Steve,

Attached is a very basic one I created with the Search Wizard
(http://www.dqsd.net/searchwizard.htm).  Drop this in %PROGRAMFILES%\Quick
Search Deskbar\searches, and refresh the search.

Glenn

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Steven Bellamy
> Sent: Saturday, November 25, 2006 2:19 PM
> To: dqsd-users@lists.sourceforge.net
> Subject: [DQSD-Users] Youtube search
> 
> I was still searching for a YouTube search solution. I
> didn't see a reply in
> the last digest.
> 
> Any thoughts
> 
> Thanks  
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of
> [EMAIL PROTECTED]
> Sent: Saturday, November 25, 2006 12:10 PM
> To: dqsd-users@lists.sourceforge.net
> Subject: DQSD-Users Digest, Vol 6, Issue 7
> 
> Send DQSD-Users mailing list submissions to
>       dqsd-users@lists.sourceforge.net
> 
> To subscribe or unsubscribe via the World Wide Web,
> visit
> 
> https://lists.sourceforge.net/lists/listinfo/dqsd-users
> or, via email, send a message with subject or body
> 'help' to
>       [EMAIL PROTECTED]
> 
> You can reach the person managing the list at
>       [EMAIL PROTECTED]
> 
> When replying, please edit your Subject line so it is
> more specific than
> "Re: Contents of DQSD-Users digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: Way to get script error (Shawn K. Hall)
>    2. Re: Way to get script error (Tom Corcoran)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Sat, 25 Nov 2006 03:57:13 -0800
> From: "Shawn K. Hall" <[EMAIL PROTECTED]>
> Subject: Re: [DQSD-Users] Way to get script error
> To: "'DQSD users mailing list'"
> <dqsd-users@lists.sourceforge.net>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain;     charset="US-ASCII"
> 
> Hi Tom,
> 
> > ... including the blank line it will give a script
> error every time.
> 
> What version of DQSD are you using? I'm not eeing this
> with the 3.2 alpha.
> 
> Regards,
> 
> Shawn K. Hall
> http://12PointDesign.com/
> 
> 
> 
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Sat, 25 Nov 2006 14:34:33 +0000
> From: Tom Corcoran <[EMAIL PROTECTED]>
> Subject: Re: [DQSD-Users] Way to get script error
> To: DQSD users mailing list
> <dqsd-users@lists.sourceforge.net>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1;
> format=flowed
> 
> Hey Shawn,
> 
> I'm using 3.1.9.2.
> 
> Cheers, Tom.
> 
> -------- Original Message --------
> From: "Shawn K. Hall" <[EMAIL PROTECTED]>
> To: "'DQSD users mailing list'"
> <dqsd-users@lists.sourceforge.net>
> Subject: Re:[DQSD-Users] Way to get script error
> Date: 25/11/2006 11:57
> 
> > Hi Tom,
> > 
> >> ... including the blank line it will give a script
> error every time.
> > 
> > What version of DQSD are you using? I'm not eeing
> this with the 3.2 
> > alpha.
> > 
> > Regards,
> > 
> > Shawn K. Hall
> 
> 
> 
> ------------------------------
> 
> --------------------------------------------------------------
> -----------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's
> Techsay panel and you'll get the chance to share your
> opinions on IT &
> business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge
&CID=DEVDEV
> 
> ------------------------------
> 
> _______________________________________________
> DQSD-Users mailing list
> DQSD-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dqsd-users
> 
> 
> End of DQSD-Users Digest, Vol 6, Issue 7
> ****************************************
> 
> 
> 
>  
> ______________________________________________________________
> ______________________
> Cheap talk?
> Check out Yahoo! Messenger's low PC-to-Phone call rates.
> http://voice.yahoo.com
> 
> --------------------------------------------------------------
> -----------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the 
> chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge
&CID=DEVDEV
> _______________________________________________
> 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
> 
<search function="yt">
  <name>YouTube</name>
  <category>Entertainment</category>
  <contributor>Glenn Carr</contributor>
  <link>http://www.youtube.com/</link>
  <email>glenn at glenncarr dot com</email>
  <description>Search YouTube.com
  </description>
  <form name="ytf"
        method="get"
        action="http://www.youtube.com/results";>
    <input type="hidden" name="search_query" value="" />
    <input type="hidden" name="search" value="Search" />
  </form>
  <script><![CDATA[
    function yt(q)
    {
      if( nullArgs("yt", q) )
        return;

      // FORM variables for ytf

      // 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.ytf.search_query.value = q;
      //document.ytf.search.value = "";

      submitForm(ytf);
    }
  ]]></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 11/25/06 at 20:02:22
    by Dave's Quick Search Deskbar Search Wizard version 1.3.
    Copyright (c) 2006 Glenn Carr; Distributed under the terms of the GNU General Public License, Version 2
  </created_by>
</search>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
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