Here is a little search I whipped up, using DSQD Search Wizard, after
discovering www.tvtome.com.
<search function="tvtm">
  <COMMENT>

    Even though this XML search will probably load and is a good start
    toward a completed search, please be aware that this search will probably
    not work as is and will probably require some changes.

  </COMMENT>
  <name>TV Tome</name>
  <category>Entertainment</category>
  <contributor>Steve Poirier</contributor>
  <link>http://www.tvtome.com/</link>
  <email>stevepoirier at usa dot net</email>
  <description>
  Search TV Tome
  </description>
  <form name="tvtmf"
        method="post"
        action="http://www.tvtome.com/tvtome/servlet/Search";>
    <input type="hidden" name="searchType" value="all" />
    <COMMENT>
      The input element above, "searchType", was a SELECT element with the following options...
      <select name="searchType">
        <option value="all">All</option>
        <option value="person">Person</option>
        <option value="show">Show</option>
      </select>
    </COMMENT>


    <COMMENT> The following field was active (i.e. had focus) when the search was generated. </COMMENT>

    <input type="hidden" name="searchString" value="" />
  </form>
  <script><![CDATA[
    function tvtm(q)
    {
      if( nullArgs("tvtm", q) )
        return;

      // FORM variables for tvtmf
      //document.tvtmf.searchType.value = "";

      // The wizard assigned the search string to this form field value because
      // this field was the active element when the search file was generated.
      // Change this to args.q if the search string is parsed with parseArgs.
      document.tvtmf.searchString.value = q;

      submitForm(tvtmf);
    }
  ]]></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 07/27/03 at 21:50:14
    by Dave's Quick Search Deskbar Search Wizard version 1.2,
    Copyright (c) 2002 Glenn Carr; Distributed under the terms of the GNU General Public License, Version 2
  </created_by>
</search>

Reply via email to