google搜索代码
让你的网站也拥有google的搜索功能。把下面这段代码放到你的网页上。
<!– SiteSearch Google –>
<FORM method=GET action=”http://www.google.com/search”>
<input type=hidden name=ie value=GB2312>
<input type=hidden name=oe value=GB2312>
<INPUT TYPE=”hidden” NAME=”hl” VALUE=”zh-CN”>
<TABLE bgcolor=”#FFFFFF”><tr><td>
<A HREF=”http://www.google.com/”><IMG SRC=”http://www.google.com/logos/Logo_40wht.gif”
border=”0″ ALT=”Google”></A>
</td>
<td>
<INPUT TYPE=text name=q size=31 maxlength=255 value=”">
<INPUT type=submit name=btnG VALUE=”Google”>
<font size=-1>
<input type=hidden name=domains value=”YOUR DOMAIN NAME”>
<input type=radio name=sitesearch value=”"> 搜索网络
<input type=radio name=sitesearch value=”YOUR DOMAIN NAME” checked> 搜索域名
</font>
</td></tr></TABLE>
</FORM>
<!– SiteSearch Google –>
放上代码后,就可以在你的网站上直接通过google搜索想要的资料了
最新评论