views:

17

answers:

1

I'm hoping to find a way to use the Bing search engine to search only my site through a html form without javascript. Google handles it this way: http://www.google.com/search?as_q=Sharepoint&as_sitesearch=plop.nl where I can use these fields: as_q and as_sitesearch. Does anybody know of something like this for Bing?

A: 

You should be able to use the querystring Bing uses for a normal search.

http://www.bing.com/search?q=my+query&go=&form=QBLH&filt=all&qs=n&sk=

Of these, looks like you can drop the sk= and filt=all but that's untested

JoseK
Michaud