How to response.redirect to a new window

  • Thread starter Thread starter Guest
  • Start date Start date
Opening a new window is not anything that a server can do, since this is a
client-based (browser) action. So, you'd want to use client-side Javascript
to handle this.

Ray at work
 
you cannot, as browsers do not support this feature (specifiy target with
redirect). you could render popup code (inline javascript to pen new
window), but popup blockers will stop it.

-- bruce (sqlwork.com)
 
Bruce, I have done this before in several projects. You can do it. I
just double checked to verify it.

JP
 
Looking at the code closer I can see that I have the target attribute
accompanied with a method="post".

JP
 

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