Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Here is the code to add a simple Bing search box to your web site:
<!-- Web search from Bing-->
<form method="get" action="https://www.bing.com/search">
<table bgcolor="#FFFFFF">
<tr>
<td>
<a href="https://www.bing.com/">
<img src="https://www.bing.com/siteowner/s/siteowner/Logo_51x19_Dark.png" border="0" ALT="bing" />
</a>
</td>
<td>
<input type="text" name="q" size="30" />
<input type="submit" value="Search Web" />
</td>
</tr>
</table>
</form>
<!-- Web Search from Bing –>
Comments
- Anonymous
July 04, 2011
You can use siteownersearch.com for site owner search functionality. It's free, fast and is powered by Bing! underneath so it's pretty much the same thing.