Free Java script code for Google Search on your website
Free Java script code for Google Search on your website.Download free java script code to put google search box in your website.using these Java script you will be able to insert google search box in your website and user can directly surf the internet through that search box.
Free Java script code for Google Search on your website |
Google Search Box allows visitors to search the content of your site.java script for google search uses Google to enable search on your site.
it provides you super relevant search result with an option for On-Demand indexing.Google Search Bos is very essential for blogger.
So here is the script and a tutorial for how to add it to blogger.
How to put google search box in your website ?tha answer is here
CODE STARTS
<center>
<FORM method=GET action="http://www.google.com/search">
<TABLE bgcolor="#FFFFFF"><tr><td>
<A HREF="http://www.google.com/">
<IMG SRC="http://www.google.com/logos/Logo_40wht.gif" <br></A>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT TYPE=hidden name=hl value="en">
<INPUT type=submit name=btnG VALUE="Google Search">
</td></tr></TABLE>
</FORM>
</center>
<!-- Search Google -->
<font face="Tahoma"><a target="_blank" href="http://www.blogspotinfo.com/2012/05/free-java-script-code-for-google-search.html/"><span style="font-size: 8pt; text-decoration: none">Blogspotinfo</span></a></font>
CODE ENDS
PRACTICAL OF ABOVE SCRIPT(WORKING CODE)
Click and check the results
How to add google Search Box To Blogger
Please Back Up Your Template Before any editing.
1.In Your Blogger Dashboard Click Design > Edit Html
2. Find the following piece of code : (Press Ctrl+F for a search bar to help find the code )
]]></b:skin>
3. Copy and Paste any one of the CSS code that you like from below Directly Above / Before ]]></b:skin> .
4. Now go to Design > Page Elements and add the corresponding Search Box code into the Sidebar,etc
Note:Make sure to insert your own "Search engine unique ID" for the Search box to work.
0 comments :