In the parent window document I have
<form name=form1>
<input type=hidden name=hf value=http://www.webdeveloper.com/forum/archive/index.php/something>
</form>
can I reference this form from a script that opens in a popup window? If so, how? Also, if the popup is still open and the parent document is navigated to another page within my site and that page has
<form name=form1>
<input type=hidden name=hf value=somethingelse>
</form>
can I still access it from the same popup window?
<form name=form1>
<input type=hidden name=hf value=http://www.webdeveloper.com/forum/archive/index.php/something>
</form>
can I reference this form from a script that opens in a popup window? If so, how? Also, if the popup is still open and the parent document is navigated to another page within my site and that page has
<form name=form1>
<input type=hidden name=hf value=somethingelse>
</form>
can I still access it from the same popup window?