Does anyone have a whois search form that searches whois.networksolutions.com
Here is the form I want to use.
<table width="580" cellpadding="0" cellspacing="0" border="0">
<tr><td align="center"><form action="<?PHP echo($PHP_SELF); ?>" method="post">
<font size="2" face="verdana, arial, helvetica"><b>Search for a domain:</b></font></td></tr>
<tr><td align="center"><input type="text" name="domain" size="25" maxlength="63"> <select name="tld">
<option value=".com">.com</option>
<option value=".net">.net</option>
<option value=".org">.org</option>
</select>
<input type=submit value="Go!">
</form></td></tr>
</table>