Response.Redirect to a new browser window?

J

Jules Lucas

Can I do some kind of response.redirect to a new browser
window?

I need to use session variables in the new window and
process some things on the page load.
 
K

Kevin Spencer

Just an additional point: You can use Page.RegisterStartupScript() on the
server to add the "window.open()" code the the page when it reloads in the
browser, so that in essence, you are opening the new window from the server.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Complex things are made up of
lots of simple things.
 
S

Stanley Hammer

User Server.Transfer. Your session variables will be
available when the new page loads...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top