Hi <br>I am wondering if it is possible to send data collected from one popup page to a parent window. Perhaps some example sites would be helpful if you could point them out ..<br>Thanks<br>
I'm pretty sure you can use <FONT FACE=monospace>parent</font>, but I haven't tried anything like that. You could also try giving the parent a name in the body using the <FONT FACE=monospace>id</font> attribute. <p>REH<br><a href=mailto:hawkdogg@crosswinds.net>hawkdogg@crosswinds.net</a><br><a href=
The information I required was similiar to the information below. Hope it will help others and thanks to Javascripts.internet.com.<br><br><!-- TWO STEPS TO INSTALL FIELD EXPLANATION:<br><br><br> 1. Copy the coding into the HEAD of your HTML document<br> 2. Add the last code into the BODY of your HTML document --><br><br><br><!-- STEP ONE: Paste this code into the HEAD of your HTML document --><br><br><br><HEAD><br><br><br><SCRIPT LANGUAGE="JavaScript"><br><br><br><!-- This script and many more are available free online at --><br><!-- The JavaScript Source!! <A HREF="
--><br><br><br><!-- Begin<br>function explain(name, output, msg) {<br>newwin = window.open('','','top=150,left=150,width=325,height=300');<br>if (!newwin.opener) newwin.opener = self;<br>with (newwin.document)<br>{<br>open();<br>write('<html>');<br>write('<body onLoad="document.form.box.focus()"><form name=form>' + msg + '<br>');<br>write('<p>You may enter your ' + name + ' here and it will be copied into the form for you.');<br>write('<p><center>' + name + ': <input type=text name=box size=10 onKeyUp=' + output + '=this.value>');<br>write('<p><input type=button value="Click to close when finished" onClick=window.close()>');<br>write('</center></form></body></html>');<br>close();<br> }<br>}<br>// End --><br></script><br></HEAD><br><br><br><!-- STEP TWO: Copy this code into the BODY of your HTML document --><br><br><br><BODY><br><br><br><center><br><form name=form method=post action="/cgi-bin/your-script.cgi"><br><br><br>User Name: <input type=text name="username" size=10> <a href="javascript:explain('User Name', 'opener.document.form.username.value', 'The user name field is where you select a user name that you will use every time you access this site. Pick something you can easily remember and that will easily identify you.');" onMouseOver="window.status='Click for explanation...';return true;" onMouseOut="window.status='';return true;">Help?</a><br><br><br><br><br>Password: <input type=text name="password" size=10> <a href="javascript:explain('Password', 'opener.document.form.password.value', 'The password field is where you select a unique password for your account. This password will be required each time you login to the site. For security purposes, be sure to pick a password that you can easily remember that contains letters and numbers or symbols but would be hard for others to guess.');" onMouseOver="window.status='Click for explanation...';return true;" onMouseOut="window.status='';return true;">Help?</a><br><br><br></form><br></center><br><br><br><p><center><br><font face="arial, helvetica" size="-2">Free JavaScripts provided<br><br>by <a href="<A HREF="
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.