details
11-27-2002, 08:15 PM
I have a page that asks for the users email. Once the user fills in his email, there is a popup window with the email be auto populated asking for more information from the user. Once the user fills in the info, with they click submit, I would like the popup to close and redirect the parent window to a thank you page.
I cannot use the remote script below because I am sending info to the popup with a form.
function remote2(){
win2=window.open("moreinfo.htm","","width=150,height=150")
win2.creator=self
}
Any suggestions or has anyone ever ran across a script like this?
I cannot use the remote script below because I am sending info to the popup with a form.
function remote2(){
win2=window.open("moreinfo.htm","","width=150,height=150")
win2.creator=self
}
Any suggestions or has anyone ever ran across a script like this?