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

  1. <search function="msl">
  2.   <name>Make a Shorter Link</name>
  3.   <description>
  4.     Abbreviate long and convoluted URLs.<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.       <tr><td>msl http://www.braithwaite-lee.com/source/index.html</td></tr>
  8.     </table>
  9.   </description>
  10.   <category>Functions</category>
  11.   <link>http://www.makeashorterlink.com/</link>
  12.   <contributor>Reginald Braithwaite-Lee</contributor>
  13.   <email>raganwald_at_yahoo_dot_com</email>
  14.  
  15.   <form name="makeashorterlinkf"
  16.         action="http://www.makeashorterlink.com/index.php"
  17.         method="post">
  18.     <input type="hidden" name="url"/>
  19.   </form>
  20.  
  21.   <script><![CDATA[
  22.     function msl(q)
  23.     {
  24.       if( nullArgs("msl", q) )
  25.         return false;
  26.       else
  27.       {
  28.         document.makeashorterlinkf.url.value = q;
  29.         submitForm(makeashorterlinkf);
  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.