I am trying to take a domain name that is entered on a form
!!! my script1!!!
<script type="text/javascript">
window.open("whois.php","mywindow","width=320,height=320, scrollbars=yes");
</script>
!!!My form!!!
<form method="POST"target="mywindow">
<INPUT class="whoisinput" name="domain" MAXLENGTH="22">
</td>
<td class="lbottom">
<INPUT TYPE=image src="../media/domain/gifs/go.gif" ></td>
</FORM>
need to get the domain name to pass to the pop up window
Can you please help been trying to get this for like 4 hours now..
Thank you much
ccalzaretta