nicks60610
MIS
Is there any way to close Window 1 after I am redirected to Window 2 using a Response.Redirect command? I have this command on page 1 which takes me to a confirmation screen in a new window:
Response.Redirect "thank_you.asp"
But when it opens up in a new window, it still leaves the original page open with all the selected form values still showing.
Thanks for any ideas on this!
Response.Redirect "thank_you.asp"
But when it opens up in a new window, it still leaves the original page open with all the selected form values still showing.
Thanks for any ideas on this!