New users of blogger may going to worry about how to make search engine in their blog by seeing other proffesional web sites.Here now i am going to give javascript for making search engine in your blog.
To make search engine fallow this steps:
step1: First Login to Blogger, then go to "Layout --> Page Elements". click "Add a page elements" then chose "HTML/Java Script".
step2: Put the code below into your Content Box
<form action="http://mytricksblog.blogspot.com/search" method="get">
<input class="textinput" name="q" size="30" type="text" /> <input class="buttonsubmit" name="submit" type="submit" value="search" /></form>
step3: save it and click on view blog, you get what you wanted i.e, search engine for you blog.
All the best