Opening new window

  • Thread starter Thread starter Peter Aitken
  • Start date Start date
P

Peter Aitken

How can code behind open a new browser window and write HTML to it?
 
it can't. You'll have to pass that request to the clientside events/calls.
 
I should add that the new window will not be displaying an existing page.
Rather, the code behind will generate the HTML based on the user's input on
the original page. It's this just-generated HTML that I want to display in a
new window.
 

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