Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open new window WITHOUT javascript
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
ASP.NET
OS:
Windows XP SP1
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00986926
Message ID:
00986982
Views:
44
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!
Carl Olson, Jr.
CEO, Founder
Cerelogic, Inc.

www.cerelogic.com

"Applying rocket science to business."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform