Skip to content

Instantly share code, notes, and snippets.

@Shininglow
Created August 7, 2017 07:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shininglow/b62f791144f6106df5dfd7f3b1a7594b to your computer and use it in GitHub Desktop.
Save Shininglow/b62f791144f6106df5dfd7f3b1a7594b to your computer and use it in GitHub Desktop.
<form method="get" action="http://www.bing.com/search">
<div style="border:1px solid black;padding:4px;width:20em;">
<table border="0" align="center" cellpadding="0">
<tr><td>
<input type="text" name="q" size="25"
maxlength="255" value="" />
<input type="submit" value="Bing Search" /></td></tr>
<tr><td align="center" style="font-size:75%">
<input type="radio" name="q1" value="" />The Web
<input type="radio" name="q1"
value="site:yoursite.com" /> Only Your Site<br />
</td></tr></table>
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment