Search Blog

Search duranek.blogspot.com

Tuesday, January 10, 2012

Google Searchbox

Search calismadigi icin, google search koydum. design - add new gadget html/javascript
<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="30" 
 maxlength="270" value="" />
<input type="submit" value="Google Search" /></td></tr>
<tr><td align="center" style="font-size:75%">
<input type="checkbox" name="sitesearch" 
 value="pclives.blogspot.com" checked /> Search Pclives.blogspot.com<br />
</td></tr></table>
</div>

</form>

No comments: