Search my site with bing through form without javascript
I'm hoping to find a way to use the Bing search engine to search only my开发者_StackOverflow社区 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?
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
精彩评论