home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / software / dave / dqsd.exe / searches / httpd.xml < prev    next >
Text File  |  2002-10-30  |  1KB  |  42 lines

  1. <search function="httpd">
  2.   <name>What's This Site Running?</name>
  3.   <category>Computers<category>Networking</category></category>
  4.   <contributor>Thad Kerosky</contributor>
  5.   <link>http://www.netcraft.com/</link>
  6.   <email></email>
  7.   <description>
  8.   Check Netcraft's "Whats this site running?" HTTPD database for a specific web site to get information on a web server.
  9.   </description>
  10.   <form name="netcraftf"
  11.         method="get"
  12.         action="http://www.netcraft.com/">
  13.     <input type="hidden" name="restriction" value="site contains" />
  14.  
  15.     <input type="hidden" name="host" value="" />
  16.     <input type="hidden" name="position" value="limited" />
  17.   </form>
  18.   <script><![CDATA[
  19.     function httpd(q)
  20.     {
  21.       if( nullArgs("httpd", q) )
  22.         return;
  23.  
  24.       if( q == "" )
  25.       {
  26.         openSearchWindow("http://www.netcraft.com/");
  27.         return;
  28.       }
  29.  
  30.       // FORM variables for netcraftf
  31.       //document.netcraftf.restriction.value = "";
  32.  
  33.       // The wizard assigned the search string to this form field value because
  34.       // this field was the active element when the search file was generated.
  35.       // Change this to args.q if the search string is parsed with parseArgs.
  36.       document.netcraftf.host.value = q;
  37.       //document.netcraftf.position.value = "";
  38.  
  39.       submitForm(netcraftf);
  40.     }
  41.   ]]></script>
  42. </search>