<form method="get" action="http://www.google.com/search"> <input type="text" name="q" size="31" maxlength="255" value="" /> <input type="submit" value="Google Search" /> <input type="radio" name="sitesearch" value="" /> The Web <input type="radio" name="sitesearch" value="askdavetaylor.com" checked /> Ask Dave Taylor<br /> </form>There are some additional tweaks we can apply to make it a bit more fancy, including changing the radio buttons to a single check box, and aligning things a bit more nicely using a table and some simple CSS:
<form method="get" action="http://www.google.com/search"> <div style="border:1px solid black;padding:4px;width:20em;"> <table border="0" cellpadding="0"> <tr><td> <input type="text" name="q" size="25" maxlength="255" value="" /> <input type="submit" value="Google Search" /></td></tr> <tr><td align="center" style="font-size:75%"> <input type="checkbox" name="sitesearch" value="askdavetaylor.com" checked /> only search Ask Dave Taylor
<br/> </td></tr></table> </div> </form>Here's how that renders when included on an HTML page:
only search Ask Dave Taylor |
-
How To系列(一):how to find a vunerable website
新手学习SQL注入首先遇到的问题就是,找不到有漏洞的网站?那么这是真的么?还是只是我们不会寻找。
sql注入 google dork 有漏洞的网站 -
How to Use RSS on Your Website
How to Use RSS on Your Website
W3C web website RSS JSON-LD