Hi all,

Attached is a new search. It fetches the owner of a french phone number. May be 
improved in the future to allow also several criterias (last name, city,...). For 
this, I need to know more how to deal with arguments in DQSD

Cheers,

MLL
<search function="tel">
  <name>French phone numbers</name>
  <description>Get the name behind the phone number. Spaces and other separators allowed. <nobr>Example: "tel 01.42-92*81_00"</nobr></description>
  <category>People and Places</category>
  <link>http://www.infobel.com/france/wp/search/</link>
  <contributor>MLL</contributor>
  <todo>allow several criterias (lastname, city,...)</todo>
  <script><![CDATA[
    function tel(q)
    {
      if (q == "")
        openSearchWindow("http://www.infobel.com/france/wp/search/";);
      else
        openSearchWindow("http://www.infobel.com/france/wp/search/result.asp?firstRec=0&cityguess=1&lastname=&dep=&city=&phone="; + q);
    }
  ]]></script>
</search>

Reply via email to