I had the code in the popup, but you made another great point that WORKS!! I was not opening the popup with javascript, only with a normal href with a target of _blank...
Thanks!!!
For others, final code:
---Originating page---
<head>
<title>Untitled Document</title>
<meta...
Thanks, but no, it still doesn't like it.
Perhaps I should try to make a function in the header that the submit button calls??
As it is now:
Netscape tells me 'opener has no properties'
Explorer says 'opener.document is not an object'
Thanks for the tip (I am a CF coder - I forget about case-sensitivity), but it is still not the issue.
My code now reads:
---Originating page---
<form name="myform" action="actionpage.htm">
<p>...
Thanks, but I am a novice at JS... having object issues with the above, and also it needs to be submitted va the submit button, not directly on click.
I have this:
---Originating page---
<form name="myform" action="actionpage.htm">
<p>
<input type="text"...
Okay, I saw the perfect code to do this if they're on the same page, but...
I need to open a pop-up with a link,select one radio button, submit (closing the popup) and passing the value of the selected radio to automatically fill in a specific text box.
Any help would be greatly appreciated...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.