如何实现:在网页上点一个词的链接就打开到GOOGLE首页,并且在GOOGLE的搜索框里就已经输入了我们点击的这个

如何实现:在网页上点一个词的链接就打开到GOOGLE首页,并且在GOOGLE的搜索框里就已经输入了我们点击的这个词?谢谢

第1个回答  2008-09-13
<!-- SiteSearch Google -->
<form method="get" action="http://www.google.cn/custom" target="google_window">
<table border="0" bgcolor="#ffffff">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">

</td>
<td nowrap="nowrap">
<input type="hidden" name="domains" value="csctc.net"></input>
<label for="sbi" style="display: none">输入您的搜索字词</label>
<input type="text" name="q" size="14" maxlength="255" value="" id="sbi"></input></td></tr>
<tr>
<td> </td>
<td nowrap="nowrap">
<label for="sbb" style="display: none">提交搜索表单</label>
<input type="submit" name="sa" value="网 站 搜 索" id="sbb"></input>
<input type="hidden" name="client" value="pub-2412060212300727"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="ie" value="GB2312"></input>
<input type="hidden" name="oe" value="GB2312"></input>
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1"></input>
<input type="hidden" name="hl" value="zh_CN"></input></td></tr></table>
</form>
<!-- SiteSearch Google -->
第2个回答  2008-09-13
在google找这个词
复制地址栏伤的地址
这个词的链接地址用此地址即可本回答被提问者采纳
相似回答