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

  1. <search function="arin">
  2.   <name>ARIN Whois Database Search</name>
  3.   <description>
  4.     Search the Arin Whois database at www.arin.net/whois<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.       <tr><td>arin 192.23.43.21</td></tr>
  8.     </table>
  9.   </description>
  10.   <category>Computers<category>Networking</category></category>
  11.   <link>http://www.arin.net/whois</link>
  12.   <contributor>Tim Aiello</contributor>
  13.   <email>tsaiello@kosmoNOSPAM.com</email>
  14.   <form name="arinform"
  15.         method="post"
  16.         action="http://ws.arin.net/cgi-bin/whois.pl">
  17.     <input type="hidden" name="queryinput" value="Search" />
  18.   </form>
  19.   <script><![CDATA[
  20.     function arin(q, switches)
  21.     { 
  22.       if( nullArgs("arin",q) )
  23.         return false;
  24.  
  25.       if( q == "" )
  26.         openSearchWindow("http://www.arin.net/whois");
  27.       else
  28.       {
  29.         document.arinform["queryinput"].value = q;
  30.         submitForm(arinform);
  31.       }
  32.     }
  33.   ]]></script>
  34.   <copyright>
  35.     Copyright (c) 2002 David Bau
  36.     Distributed under the terms of the
  37.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  38.   </copyright>
  39. </search>
  40.