home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd1.bin
/
software
/
dave
/
dqsd.exe
/
searches
/
whois.xml
< prev
next >
Wrap
Text File
|
2002-10-30
|
1KB
|
39 lines
<search function="whois">
<name>WHOIS Domain Lookup</name>
<description>
Use BetterWhois.com to lookup domain contact and DNS server information.<br/>
<div class="helpboxDescLabels">Example:</div>
<table class="helpboxDescTable">
<tr><td>whois karynova.com</td></tr>
</table>
</description>
<category>Computers<category>Networking</category></category>
<link>http://www.betterwhois.com/</link>
<contributor>Ryan Edwards</contributor>
<form name="whoisf"
action="http://www.betterwhois.com/bwhois.cgi"
method="get">
<input type="hidden" name="domain"/>
</form>
<script><![CDATA[
function whois(q)
{
if( nullArgs("whois", q) )
return false;
else
{
document.whoisf.domain.value = q;
submitForm(whoisf);
}
}
]]></script>
<copyright>
Copyright (c) 2002 David Bau
Distributed under the terms of the
GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
</copyright>
</search>