Monday, October 13, 2014

Add google search engine to your website. (Google Search HTML Code)

Add google search engine to your website. (Google Search HTML Code)


<!-- Search Google -->
<center>
<FORM method=GET action=http://www.google.com/custom>
<TABLE bgcolor=#FFFFFF cellspacing=0 border=0>
<tr valign=top><td>
<A HREF=http://www.google.com/search>
<IMG SRC=http://www.google.com/logos/Logo_40wht.gif border=0 ALT=Google align=middle></A>
</td>
<td>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT type=submit name=sa VALUE="Google Search">
<INPUT type=hidden name=cof VALUE="AH:center;GL:1;AWFID:37256b0d962b6b95;">

</td></tr></TABLE>
</FORM>
</center>
<!-- Search Google -->

No comments:

Post a Comment