PDA

View Full Version : Use Response.Redirect to open a new window


gzieve
09-21-2005, 07:59 PM
I can't find a way to do this in .NET, do I have to use javascript? Thanks.

nikkiH
09-21-2005, 08:13 PM
Yes.
The server doesn't have a window.
A window is a client-side object.

You can use javascript in .net and have it run on the client...

Oh, and please keep in mind that tabbed browser users may hate you. :D
If I want a new window, I'll middle-click and open one.