How to use google search in our webpage
--------------------------------Google search box----------------------------------------------
<form method="get" name="searchform" action="http://www.google.com/search" target="_blank">
<input type="hidden" name="sitesearch" value="" />
<input onfocus="searchfield_focus(this)" style="color:#808080;font-style:italic;" alt="search" type="text" name="as_q" size="55" value="" />
<input type="submit" value="Search" title="Search 4rapiddev.com" />
</form>
---------------------------------------------------------------------------------------------------
Comments
Post a Comment