[thelist] The best web based WHOIS service?

Hugh Blair hblair at hotfootmail.com
Mon Mar 18 14:49:08 CST 2002


> -----Original Message-----
> On Behalf Of Mark Groen
>
> Have you tried Better Who is? Here's a bookmarklet for them to add to your
> favorites (javascript is all on one line). Great for looking up as you surf:
>
javascript:x=window.prompt("Domain name to check","");if(x
!=""){WhoisURL=("http://www.betterwhois.com/bwhois.cgi?"+x);window.top.location=
WhoisURL;}

--------------

This didn't work unless I changed it to:

javascript:x=window.prompt("Domain name to check","");if(x
!=""){WhoisURL=("http://www.betterwhois.com/bwhois.cgi?domain="+x);window.top.lo
cation=WhoisURL;}

As was said before, put it all on 1 line to use.

-Hugh




More information about the thelist mailing list