2 messages in com.googlegroups.google-desktop-developerRe: Google Desktop Gadget
FromSent OnAttachments
Bloody Eddie13 Feb 2008 18:34 
Glenn [API Guru]14 Feb 2008 13:52 
Subject:Re: Google Desktop Gadget
From:Glenn [API Guru] (glen@gmail.com)
Date:02/14/2008 01:52:55 PM
List:com.googlegroups.google-desktop-developer

Hey Ed,

You can use this javascript code to open search results for a specific domain: framework.openUrl("http://www.google.com/search?q="+myeditbox.value+" site%3ATHE_SITE_YOU_WISH_TO_SEARCH"); Best Regards, Glenn

On Feb 13, 9:35 pm, Bloody Eddie <Edwi@gmail.com> wrote:

Hey Ppl,

I wanted to create a gadget with a search box. When someone searches something, i want it to specifically look on one website.

For Eg: If the gadget is forwww.abc.comand someone searches for "XYZ" I want it to look inwww.abc.comonly and nowhere else.

Can someone help me out with this.. i have the Google SDK downloaded...

It is kinda important for me.. so please!