Wireless Army
This is a blog / tips and tricks website for web developers and security researchers.
follow us in feedly


google search box
by admin
 at 2019-05-15 11:34:00.

Want to add google search to your site? just copy and past the code and change the site url

<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="wirelessarmy.com" checked /> only search on mysite.com</br>

</td></tr></table>

</div>

</form>