View Full Version : domain name checker?
startbar
07-18-2004, 12:18 AM
hi, does anyone know where i can get a domain checker for my site (in asp) ?
would be really helpful!
thanks
Spudhead
07-19-2004, 01:59 PM
What's a domain name checker? You mean a whois lookup?
angst
07-19-2004, 06:53 PM
you will need a third party component to do domain checking in most cases.
however i use the following code to grab the register.com WhoIs data:
index.asp
<form method="POST" action="index.asp?lookup=y">
<p align="center"><input type="text" name="name" size="20"><input type="submit" value="Lookup" name="B1"></p>
</form>
<p align="center"> </p>
<%
if request("lookup")="y" then
name = request("name")
response.write "<img src=""http://www.register.com/generate_gif.cgi?msg="&name&""">"
end if
%>
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.