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

  1. <search function="amo">
  2.   <name>Amo's Online Crossword Dictionary</name>
  3.   <description>
  4.     Ambiguously search a huge wordlist.<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.           <tr><td>amo *e*p*<br/>
  8.     (this returns 5-letter words with 'e' in pos. 2 and 'p' in pos. 4.)</td></tr>
  9.       </table>
  10.   </description>
  11.   <category>Fun</category>
  12.   <contributor>Matthew McDougal</contributor>
  13.   <link>http://www.amo.qc.ca/cgi-bin/pub/ODico/dico.out</link>
  14.   
  15.   <form name="amof"
  16.         action="http://www.amo.qc.ca/cgi-bin/pub/ODico/dico.out"
  17.         method="get">
  18.     <input type="hidden" name="mot"/>
  19.   </form>
  20.   
  21.   <script><![CDATA[
  22.     function amo(q)
  23.     {
  24.       if( nullArgs("amo",q) )
  25.         return false;
  26.       else
  27.       {
  28.         document.amof.mot.value = q;
  29.         submitForm(amof);
  30.       }
  31.     }
  32.   ]]></script>
  33.  
  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.