96turnerri
11-19-2003, 08:44 AM
hi i have a form on a page, heres the section that launchs the popup
Do You Require A Domain Name? <a href="domainname.htm" onclick="window.open( this.href, '', 'height=250,width=300,scrollbars=no' );return false;" onMouseOver="window.status='Domain Name Help'; return true;">Help?</a><br>
and hers domainname.htm code
A Domain name is....
<form name="DomainName">Do You Requie A Domain Name?<br><input type="radio" name="Domain" value="Yes">Yes <input type="radio" name="Domain" value="No">No <input type="button" value="Ok"></form>
<hr><a href=javascript:window.close()>Close Window</a>
what i would like is when a user clicks on the help file and the popup opens up reads the bit and decides they would like a domain name and select yes (still in popup) and then click ok, the popup closes and yes is selected in the form, and vice versa for no
This would be a great help#
Thanks
96
Do You Require A Domain Name? <a href="domainname.htm" onclick="window.open( this.href, '', 'height=250,width=300,scrollbars=no' );return false;" onMouseOver="window.status='Domain Name Help'; return true;">Help?</a><br>
and hers domainname.htm code
A Domain name is....
<form name="DomainName">Do You Requie A Domain Name?<br><input type="radio" name="Domain" value="Yes">Yes <input type="radio" name="Domain" value="No">No <input type="button" value="Ok"></form>
<hr><a href=javascript:window.close()>Close Window</a>
what i would like is when a user clicks on the help file and the popup opens up reads the bit and decides they would like a domain name and select yes (still in popup) and then click ok, the popup closes and yes is selected in the form, and vice versa for no
This would be a great help#
Thanks
96