Click to See Complete Forum and Search --> : add a domain search


tane
05-27-2003, 07:09 AM
Hi i want to add a domain search to my site is there a standard script u can use that searches the availabilty of domains

khalidali63
05-27-2003, 08:13 AM
The actual search is beyond HTML's scope,for that you will have to use some type of server side coding to explore the huge database to see if a domain is been taken or not.

Nevermore
05-27-2003, 08:30 AM
This should do the trick:


<form action="http://www.checkdomain.com/cgi-bin/checkdomain.pl" method="get">
<p>Use this form to search for domain name availablity. Include the extension, e.g. .com<br />
<label for="dom">Domain name:</label><input type="text" name="domain" id="dom">
<input type="submit" value="submit">
</p>
</form>

It will search checkdomain.com's database and show their results page.