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

  1. <search function="tinyurl">
  2.   <name>TinyURL</name>
  3.   <category>Functions</category>
  4.   <contributor>Brent Beardsley</contributor>
  5.   <link>http://tinyurl.com/</link>
  6.   <email></email>
  7.   <description>
  8.   TinyURL makes a short URL for your long URL so you can paste it in email messages.
  9.     <div class="helpboxDescLabels">Examples:</div>
  10.     <table class="helpboxDescTable">
  11.       <tr><td>tinyurl http://wwww.reallyreallylongurltoannoyyou.com</td></tr>
  12.     </table>
  13.   </description>
  14.   <form name="tinyurlf"
  15.         method="post"
  16.         action="http://tinyurl.com/create.php">
  17.     <input type="hidden" name="url" value="" />
  18.   </form>
  19.   <script><![CDATA[
  20.     function tinyurl(q)
  21.     {
  22.       if( nullArgs("tinyurl", q) )
  23.         return;
  24.  
  25.       document.tinyurlf.url.value = q;
  26.       submitForm(tinyurlf);
  27.     }
  28.   ]]></script>
  29.   <copyright>
  30.     The following applies if this file is included and distributed with Dave's Quick Search Deskbar:
  31.     Copyright (c) 2002 David Bau; Distributed under the terms of the GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  32.   </copyright>
  33. </search>