I have attached an updated version that works for me.

--Steve



----- Original Message ----
From: David Blume <[EMAIL PROTECTED]>
To: DQSD users mailing list <dqsd-users@lists.sourceforge.net>
Sent: Wednesday, July 16, 2008 2:05:34 PM
Subject: [DQSD-Users] imdb must have changed their search page


Aww, it looks like imdb doesn't work anymore.  I'm at work and can't 
investigate, so this is just notification of the problem.

--David
<search function="imdb">
  <name>Internet Movie Database (IMDB)</name>
  <category>Entertainment</category>
  <contributor>Steve Poirier</contributor>
  <link>http://www.imdb.com</link>
  <description>
    Lookup movies, television shows, actors, directors and more.<br/>
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
  		<tr><td>imdb jaws</td></tr>
  	</table>
  </description>

  <form name="imdbf"
        method="get"
        action="http://www.imdb.com/find";>
    <input type="hidden" name="s" value="all" />
    <input type="hidden" name="q" value="" />
  </form>

  <script><![CDATA[
    function imdb(q)
    {
      if( nullArgs("imdb", q) )
        return;
      document.imdbf.q.value = q;
      submitForm(imdbf);
    }
  ]]></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>
</search>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601

Reply via email to