I have window1 open - when user clicks on a link in window1, I "popup" window2 to enter some additional information. I do this because it would create too much clutter in window1 if I didn't.
What I want to do is when the user is done filling out information in window2, I want to close down the page (window2), and redirect page to window1. I will take the information from the form in window2 and store them in session variables because I'm using ASP to do this.
How can I do this?
Snippet of code would be great.
Thanks!
Start Free Trial