Forcing display in new browser

T

Tin Man

I have an aspx page: myPage.aspx that I want to always display in a new
brower window regardless of how it gets invoked i.e. hyperlink,
response.redirect, server.transfer. Is there something I can embed in the
HTML to cause this? Maybe some javascript or something like that?

Thanks in Advance,
tin man
 
T

Tin Man

I know that if I have a target="_blank" in the html it will cause a new
browser to display the page. I am wondering if it could be done somehow
with response.redirect.

Maybe I could have a hidden hyperlink and modify that hyperlink from code?
tin man
 

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