<search function="tt">
  <name>Tech Tips</name>
  <category>Login</category>
  <contributor>Tom Corcoran</contributor>
  <link>http://www.tek-tips.com/logout.cfm</link>
  <email></email>
  <description> Login to TechTips
      <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
      <tr><td>tt</td></tr>
    </table>
    <div class="helpboxDescLabels">Variable:</div>
    <table class="helpboxDescTable">
      <tr><td>ttid('user','pwd');</td><td>An array storing a user and password profile for Tech Tips.
  	You SHOULD provide the <em>ttid()</em> variable, eg in localpref.js.<br />
  	var ttid = Array("user","pwd")
  	</td></tr>
    </table>
  </description>
  <form name="ttf"
        method="post"
        action="http://www.tek-tips.com/passcheck.cfm">
    <input type="hidden" name="method" value="login" />
    <input type="hidden" name="Handle" value="" />
    <input type="hidden" name="Pass" value="" />
    <input type="hidden" name="Remember" value="1" />
  </form>
  <script><![CDATA[
    function tt(q)
    {
      if (q=="?"){
        nullArgs("tt",q);
        return false;
      }
      var ttids = ttid;
      try{
        eval("var ttids = " + q + ";");
      }catch(e){
        var ttids = ttid;
      }
      try{
        document.ttf.Handle.value = ttids[0];
        document.ttf.Pass.value = ttids[1];
      }catch(e){}

      submitForm(ttf);
    }
  ]]></script>
</search>