BannerFans.com

Updated Simple Search Bar For Blogger

2:08 PM |

So i have in this post a simple search bar you can place anywhere in your blog but this time with code thats called Onfocus and Onblur effects.With these effects you can have text inside the search bar, when a user clicks inside the bar the text disappears, when you click back outside the bar the text appears again.You can also change the text on the search button and change the width to suit your blog.


Simple Onfocus Onblur Search Bar


Code:


<form id="searchThis" action="/search" style="display:inline;" method="get">
<input id="searchBox" name="q" size="
20" type="text" value="Search This Blog...." onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;"/> <input id="searchButton" value="Search" type="submit"/>
</form>



Add Search Bar To Blogger Sidebar


Step 1. In your Blogger dashboard click Design > Add A Gadget > Choose Html/JavaScript.







Step 2. Paste the Search Bar code into the html/Javascript gadget and save.

So that's a neat simple search bar for your blogs, Check out more of our Best Blog Gadgets.
IconIconIconIconFollow Me on PinterestYouTube
 
Gadgets By For Bloggers