home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / software / dave / dqsd.exe / searches / telfr.xml < prev    next >
Text File  |  2003-04-20  |  1KB  |  41 lines

  1. <search function="telfr">
  2.    <name>French phone numbers</name>
  3.    <description>
  4.       Get the name behind the phone number. Spaces and other separators allowed.<br/>
  5.       <div class="helpboxDescLabels">Example:</div>
  6.       <table class="helpBoxDescTable">
  7.           <tr><td class="helpboxDescColumns">telfr 01.42-92*81_00</td></tr>
  8.       </table>
  9.    </description>
  10.   <category>People and Places</category>
  11.   <link>http://www.infobel.com/france/default.asp?qSearchType=RWP</link>
  12.   <contributor>MLL</contributor>
  13.   <todo>allow several criterias (last name, city,...)</todo>
  14.   
  15.   <form name="telfrf"
  16.         method="get"
  17.         action="http://www.infobel.com/france/wp/revsearch/result.asp">
  18.     <input type="hidden" name="qcitycode" value="" />
  19.     <input type="hidden" name="qstreetcode" value="" />
  20.     <input type="hidden" name="qnacecode" value="" />
  21.     <input type="hidden" name="qphone" value="" />
  22.   </form>
  23.  
  24.   <script><![CDATA[
  25.     function telfr(q)
  26.     {
  27.       if( nullArgs( "telfr", q ) ) return false;
  28.  
  29.       document.telfrf.qphone.value = q;
  30.       submitForm(telfrf);
  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.  
  41.