Open URL in another Window

  • Thread starter Thread starter Barry
  • Start date Start date
Hi Barry,

E.g. by using javascript: Response.Write("<script>window.open 'http://www.google.com',
'_new','width=400, height=200, status=no, toolbar=no, menubar=no, location=no');</script>");

Kind Regards, Alex Meleta
[TechBlog] http://devkids.blogspot.com



B> Hi
B>
B> Response.Redirect(http://www.yahoo.com);
B> would open the above in the same window, what is the method to open
B> the url
B> in a new Window.
B> TIA
B> Barry
 

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