Hi all,

I added the following changes to gg.xml

In form ggf:
    <input type="hidden" name="num" value=""/>

In the gg() function:
  if (typeof strGoogleNum != "undefined")
    document.ggf.num.value = strGoogleNum;


This lets us set the number of results to return from google in
localprefs so we don't have to have that stinkin' google cookie.

In localprefs.js you can do this:
  strGoogleNum = "100";

...to make Google default to 100 results. You can use any value from
10 to 100 (I think). I tried several variations and they all worked
fine.

Regards,

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

'// ========================================================
    I think I'd kill for a Nobel Peace Prize.




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
DQSD-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dqsd-devel

Reply via email to