Hello,
Since you cannot do a Response.Redirect/Server.Transfer to a New Window, I'm using the Javascript Window.open code to open the URL to a new window.
The problem is popup blockers, google'bars, Windows XP SP2, etc. is going to block this...
What's the best way, in server side asp.net code, to open a URL in a New window without getting blocked?
Since you cannot do a Response.Redirect/Server.Transfer to a New Window, I'm using the Javascript Window.open code to open the URL to a new window.
The problem is popup blockers, google'bars, Windows XP SP2, etc. is going to block this...
What's the best way, in server side asp.net code, to open a URL in a New window without getting blocked?