Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open new window WITHOUT javascript
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
ASP.NET
OS:
Windows XP SP1
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
00986926
Message ID:
00986983
Vues:
44
AFAIK Response.Redirect doesn't allow to open a new window, it only opens a new page in the current window.

If possible please tell me how!

>As far as I know, you cannot open a new window in asp.net without using javascript. If you want, you can use Response.Redirect to go to a new asp.net page with your report. As for popup blockers, these can be turned off by the user for a specific site. If your application is for intranet use, then that would not be much of a problem. If your target audience is the general public, then perhaps it would be easier to redirect to a new web page.
>
>>Hi all!
>>
>>I'm trying to open a new window in ASP.NET for displaying a crystal report.
>>
>>Till now I'm opening the new window using "response.write(...window.open(...)...)" but this causes more and more problems when popup-blockers are used; and nearly every browser has a builtin popup-blocker.
>>
>>I'm not able to transform the code above into hyperlinks ("...href=... target=_blank...") because lots of the affected code is managed in base classes which are inherited.
>>
>>Thanks for help!
robert.oh.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform