Add a Simple Search Box Widget to Blogger Blog
Demo:-
How to Install Search Box Widget?
Click The Bellow Button to add the widget directly to your blog (OR)
Use the Below Code and Add the Widget as HTML/JavaScript<div class="searchform">
<form method="get" id="searchform" action="/search">
<table width="100%">
<tr>
<td><input type="text" style="width:98%;padding:2px;" value="Search this blog..." onfocus="if (this.value == "Search this blog...") {this.value = ""}" onblur="if (this.value == "") {this.value = "Search this blog...";}" name="q" id="sbox" class="sbox"></td>
<td width="75px"><input type="button" Value="Search" id="sbutton" class="sbutton" alt=""></td>
</tr>
</table>
</form>
</div>
I will add some Cool Search boxes with Different Color Schemes, SO Keep Updated