Dear Richard, Once certain verification criteria are met, i redirect a user to another page to download a file. it possible to use response.redirect to open this page in a new window? Once a user is downloading a file, I want them to be free to navigate to another page. Best regards, MICAH
Reply from Richard Rost:
No. ASP is a server-side language. It has no control over the browser window. For that, you'd need to use Javascript or VB Script. You COULD just give them a link with a TARGET="_BLANK" parameter in the A tag that when they click on it gives them a popup (or at least a new tab).
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Active Server Pages Forum.