Posted by : Unknown
miércoles, 25 de junio de 2014
Eduardo Zavala Ramírez
Today we are adding code to control the map in our web page. I am searching the web for a method to include a search button in our web page on the right-top corner.
<div style="border:1px solid black;padding:4px;width:20em; margin: 0px auto 0px auto">
<table border="0" cellpadding="0" >
<tr><td class="center">
<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="genealogy-web-creations.com" checked="checked" /> only search Genealogy Web Creations<br />
</td></tr></table>
</div></form>