Hi, Quick question:
How can you open up a new browser window to one url and, redirect the current page to a different url in one event?
I've tried using Javascript to open up the new window and using response.redirect to redirect the current page, but the first one fired always wins.
Response.Write ("<script>window.open('page2.aspx')</script>)
Response.Redirect("default.aspx")
Any help would be greatly appreciated.
Thanks.
How can you open up a new browser window to one url and, redirect the current page to a different url in one event?
I've tried using Javascript to open up the new window and using response.redirect to redirect the current page, but the first one fired always wins.
Response.Write ("<script>window.open('page2.aspx')</script>)
Response.Redirect("default.aspx")
Any help would be greatly appreciated.
Thanks.