May 1, 2009 #1 BasicBoy Programmer Joined Feb 22, 2008 Messages 156 Location ZA How do I open a new browser window from a Reponse.Redirect event ? Thanks
May 1, 2009 1 #2 jbenson001 Programmer Joined Jan 7, 2004 Messages 8,172 Location US You can't. You will have to use javascript window.open or have a hyperlink that opens the page with a target = "_blank Upvote 0 Downvote
You can't. You will have to use javascript window.open or have a hyperlink that opens the page with a target = "_blank