Append Parameter Into URL From Form For onClick=”opener.location=’URL’;”
Hello All,
The page below is a popup (http://www.example.com/PopUpPage.htm) launched by http://www.example.com/Parent-Page.asp
I want to close the popup and pass VARTOPASS to https://www.example.com/Not-The-Parent-Page.asp
Trying to figure out how to append DOCUMENT.FORM1.VARTOPASS.VALUE into URL for onClick="opener.location'URL';self.close;"
Below is page: http://www.example.com/PopUpPage.htm
<html><head></head><body>
<form name="form1" method="post">
<select name="VarToPass">…
Append Parameter Into URL From Form For onClick="opener.location='URL';"
See original post by bobpinz
Leave a Reply
You must be logged in to post a comment.