> http://reliableanswers.com/x/dqsd/ggd-discover.asp

Okay, here's another version of the ggd search, and this one does a
lot of the stuff automagically. If you do not have the localprefs
variable setup it'll direct you to the URL above. Try it out and let
me know if this fixes the bugs, please.

Regards,

Shawn K. Hall
http://ReliableAnswers.com/

'// ========================================================
   Daddy, why doesn't this magnet pick up this floppy?
<search function="ggd">
  <name>Google Desktop Search</name>
  <category>Search the Web</category>
  <contributor>Shawn K. Hall</contributor>
  <email>[EMAIL PROTECTED]</email>
  <link>http://desktop.google.com/</link>
  <description>
    Search Google Desktop Search from DQSD<br /><br />
    Since this search requires access to a 'google desktop key' that is 
    unique to your installation, you must first set a variable within 
    your localprefs.js file as so:<br /><br />
    <b>ggd_GoogleKey = "123456789";</b><br />
    If you do not have this variable setup in your localprefs.js file it
    will direct you to a page on my site that will help you determine what
    your Google Desktop Key is. Please remember to reload DQSD (!) after
    changing variables or settings in localprefs.js!<br /><br />
    As with any other search that relies upon other services or applications,
    you <b>must</b> have the related application/service installed. Please
    ensure you actually have <i>Google Desktop Search</i> installed and
    running before requesting assistance.<br /><br />
    <div class="helpboxDescLabels">Switches:</div>
    <table class="helpboxDescTable">
      <tr><td> [term] </td><td> Search Google Desktop </td></tr>
    </table>
    <div class="helpboxDescLabels">Examples:</div>
    <table class="helpboxDescTable">
      <tr><td> ggd dqsd search	</td></tr>
      <tr><td> ggd asp design	</td></tr>
    </table>
  </description>
  <comment>
    This is pretty spiffy, eh?
  </comment>
  <form name="ggdf" method="GET"
        action="http://reliableanswers.com/x/dqsd/ggd-discover.asp";>
    <input type="hidden" name="q" value="" />
  </form>
  <script><![CDATA[
    function ggd(q){
	if( nullArgs( "ggd", q ) ){
	  return false;
	}
	if(typeof ggd_googleKey == "undefined"){
	  openSearchWindow("http://reliableanswers.com/x/dqsd/ggd-discover.asp";);
	}else{
	  document.ggdf.action  = "http://127.0.0.1:4664/search&s="; + ggd_googleKey;
	  document.ggdf.q.value = q;
	  submitForm(ggdf);
	}
    }

  ]]></script>
</search>

Reply via email to