How to response.redirect to a new window

R

Ray Costanzo [MVP]

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
 
B

Bruce Barker

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)
 
J

Joey

Bruce, I have done this before in several projects. You can do it. I
just double checked to verify it.

JP
 
J

Joey

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,070
Latest member
BiogenixGummies

Latest Threads

Top