home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / software / dave / dqsd.exe / searches / fs.xml < prev    next >
Text File  |  2003-01-16  |  4KB  |  96 lines

  1. <search function="fs">
  2.   <name>FindSounds sound files</name>
  3.   <category>Search the Web</category>
  4.   <contributor>Gregory Krohne</contributor>
  5.   <link>http://www.findsounds.com/</link>
  6.   <email>Gregory.Krohne@afrc.af.mil</email>
  7.   <description>
  8.   Search the Web for sounds
  9.     <div class="helpboxDescLabels">Examples:</div>
  10.     <table class="helpboxDescTable">
  11.       <tr><td>fs homer simpson</td></tr>
  12.       <tr><td>fs whale song</td></tr>
  13.     </table>
  14.   </description>
  15.   <form name="fsf"
  16.         method="post"
  17.         action="http://www.findsounds.com/ISAPI/search.dll">
  18.  
  19.     <COMMENT> The following field was active (i.e. had focus) when the search was generated. </COMMENT>
  20.  
  21.     <input type="hidden" name="keywords" value="" />
  22.     <input type="hidden" name="format" value="aiff" />
  23.     <input type="hidden" name="format" value="au" />
  24.     <input type="hidden" name="format" value="wave" />
  25.     <input type="hidden" name="channels" value="mono" />
  26.     <input type="hidden" name="channels" value="stereo" />
  27.     <input type="hidden" name="minres" value="8" />
  28.     <COMMENT>
  29.       The input element above, "minres", was a SELECT element with the following options...
  30.       <select name="minres">
  31.         <option value="8">8-bit</option>
  32.         <option value="16">16-bit</option>
  33.       </select>
  34.     </COMMENT>
  35.  
  36.     <input type="hidden" name="minrate" value="8000" />
  37.     <COMMENT>
  38.       The input element above, "minrate", was a SELECT element with the following options...
  39.       <select name="minrate">
  40.         <option value="8000">8000 Hz</option>
  41.         <option value="11025">11025 Hz</option>
  42.         <option value="22050">22050 Hz</option>
  43.         <option value="44100">44100 Hz</option>
  44.       </select>
  45.     </COMMENT>
  46.  
  47.     <input type="hidden" name="maxsize" value="2097152" />
  48.     <COMMENT>
  49.       The input element above, "maxsize", was a SELECT element with the following options...
  50.       <select name="maxsize">
  51.         <option value="2097152">2 MB</option>
  52.         <option value="1048576">1 MB</option>
  53.         <option value="524288">512k</option>
  54.         <option value="262144">256k</option>
  55.         <option value="131072">128k</option>
  56.         <option value="65536">64k</option>
  57.         <option value="32768">32k</option>
  58.         <option value="16384">16k</option>
  59.       </select>
  60.     </COMMENT>
  61.  
  62.   </form>
  63.   <script><![CDATA[
  64.     function fs(q)
  65.     {
  66.       if( nullArgs("fs", q) )
  67.         return;
  68.  
  69.       // FORM variables for fsf
  70.  
  71.       // The wizard assigned the search string to this form field value because
  72.       // this field was the active element when the search file was generated.
  73.       // Change this to args.q if the search string is parsed with parseArgs.
  74.       document.fsf.keywords.value = q;
  75.       //document.fsf.format.value = "";
  76.       //document.fsf.format.value = "";
  77.       //document.fsf.format.value = "";
  78.       //document.fsf.channels.value = "";
  79.       //document.fsf.channels.value = "";
  80.       //document.fsf.minres.value = "";
  81.       //document.fsf.minrate.value = "";
  82.       //document.fsf.maxsize.value = "";
  83.  
  84.       submitForm(fsf);
  85.     }
  86.   ]]></script>
  87.   <copyright>
  88.     The following applies if this file is included and distributed with Dave's Quick Search Deskbar:
  89.     Copyright (c) 2002 David Bau; Distributed under the terms of the GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  90.   </copyright>
  91.   <created_by>
  92.     This search file was initially created on 01/16/03 at 12:14:41
  93.     by Dave's Quick Search Deskbar Search Wizard version 1.0.1 ,
  94.     Copyright (c) 2002 Glenn Carr; Distributed under the terms of the GNU General Public License, Version 2
  95.   </created_by>
  96. </search>