Popup new window from server side

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do you popup a new window with data from the server side? I need to keep
the original browser window open, go to the server and get some data and open
a new window (browsing to another site) with this data.
 
you dont. You will have to pass the request for a new window to the client.
 
How do you popup a new window with data from the server side? I need to
keep
the original browser window open, go to the server and get some data and
open
a new window (browsing to another site) with this data.

Why don't you just have an href with a target of "_blank", building up the
URL's querystring as required so that the new window knows what to do...?
 

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

Back
Top