<search function="dyndns">
  <name>DynDns.org</name>
  <category>Computers</category>
  <contributor>MLL</contributor>
  <link>http://www.dyndns.org/</link>
  <email></email>
  <description>
    <div class="helpboxDescLabels">Switches:</div>
    <table class="helpboxDescTable">
      <tr><td>/password</td><td> - </td><td></td></tr>
    </table>
    <div class="helpboxDescLabels">Examples:</div>
    <table class="helpboxDescTable">
      <tr><td>dyndns /pass:mypass myuser</td></tr>
    </table>
    <div class="helpboxDescLabels">Variables:</div>
    <table class="helpboxDescTable">
      <tr><td>dyndnsUsername</td><td> - </td><td>define this variable in your localprefs.js and you don't need to specify the username every time. </td></tr>
    </table>
  </description>
  <form name="dyndnsf"
        method="post"
        action="https://www.dyndns.org/index.html">
    <input type="hidden" name="__login" value="1" />
    <input type="hidden" name="username" value="" />
    <input type="hidden" name="password" value="" />
  </form>
  <script><![CDATA[
    function dyndns(q)
    {
      if( nullArgs("dyndns", q) )
        return;

      var args = parseArgs(q, "password");
	  var username = (typeof dyndnsUsername != 'undefined') ? dyndnsUsername : "";
	  if (args.q != "") {
		username = args.q;
	  }
      document.dyndnsf.username.value = username;
      document.dyndnsf.password.value = args.switch_val["password"];
      submitForm(dyndnsf);
    }
  ]]></script>
  <copyright>
    The following applies if this file is included and distributed with Dave's Quick Search Deskbar:
    Copyright (c) 2002 David Bau; Distributed under the terms of the GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  </copyright>
  <created_by>
    This search file was initially created on 02/18/03 at 15:15:13
    by Dave's Quick Search Deskbar Search Wizard version 1.0.1 ,
    Copyright (c) 2002 Glenn Carr; Distributed under the terms of the GNU General Public License, Version 2
  </created_by>
</search>

