home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd1.bin
/
software
/
dave
/
dqsd.exe
/
searches
/
httpd.xml
< prev
next >
Wrap
Text File
|
2002-10-30
|
1KB
|
42 lines
<search function="httpd">
<name>What's This Site Running?</name>
<category>Computers<category>Networking</category></category>
<contributor>Thad Kerosky</contributor>
<link>http://www.netcraft.com/</link>
<email></email>
<description>
Check Netcraft's "Whats this site running?" HTTPD database for a specific web site to get information on a web server.
</description>
<form name="netcraftf"
method="get"
action="http://www.netcraft.com/">
<input type="hidden" name="restriction" value="site contains" />
<input type="hidden" name="host" value="" />
<input type="hidden" name="position" value="limited" />
</form>
<script><![CDATA[
function httpd(q)
{
if( nullArgs("httpd", q) )
return;
if( q == "" )
{
openSearchWindow("http://www.netcraft.com/");
return;
}
// FORM variables for netcraftf
//document.netcraftf.restriction.value = "";
// The wizard assigned the search string to this form field value because
// this field was the active element when the search file was generated.
// Change this to args.q if the search string is parsed with parseArgs.
document.netcraftf.host.value = q;
//document.netcraftf.position.value = "";
submitForm(netcraftf);
}
]]></script>
</search>