As always, it seems--forgot the attachment (after my email client botched the first mail attempt). Apologies on the extra message.

Thad K.
<search function="uns">
  <name>Word Unscrambler</name>
  <description>To calculate scrabble scores
  <div class="helpboxDescLabels">Example:</div> 
  <table class="helpboxDescTable">
    <tr>
      <td>uns inourdnas</td>
    </tr>
  </table>
  </description>
  <category>Fun</category>
  <link>http://www.wordsmith.org/anagram/anagram.cgi</link>
  <form name="unsf"
        action="http://www.wordsmith.org/anagram/anagram.cgi";
        method="get">
    <input type="hidden" name="anagram" value=""/>
  </form>
  <script><![CDATA[
    function uns(q)
    {
      if (q == "")
        openSearchWindow("http://www.wordsmith.org/anagram/anagram.cgi";);
      else
      {
        document.unsf.anagram.value=q;
        submitForm(unsf);
      }
    }
  ]]></script>

  <copyright>
	Copyright (c) 2002 David Bau
	Distributed under the terms of the
	GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  </copyright>
</search>

Reply via email to