Open new iexplorer window

J

Javier Ros

hi guys,

how to open a new window in ASP.NET from C# codebehind?

thanks in advance.

..Javier Ros.
 
J

Javier Ros

thanks

Domien Holthof said:
What about

Response.Write("<script language='javascript'>window.open
(...);</script>");

The javascript window.open() function is clearly
documenten in MSDN. It's certainly not the nicest of
solutions, but I think it does the trick.

Domien
 

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