点击关键词直接进入搜索怎样实现
http://www.这个网站的文章页里面最下面的关键词一点击就默认进入搜索里面。不知道这是怎样实现的。我网站用zblog建设的调用搜索的代码如下:<div class="rightbox">
<ul><form method="post" action="<#ZC_BLOG_HOST#>cmd.asp?act=Search" style="text-align : right; margin: 3px 10px 0 auto ; " >
<div align="left"><span style="font-size: 14px; color: #c60; font-weight: bold; ">电脑知识搜索:</span>
<input type="text" style="height:16px;" name="edtSearch" id="edtSearch" size="30" />
<input type="submit" value="<#ZC_MSG087#>" name="btnPost" id="btnPost" />
</div>
</form></ul>
</div>
不知道能不能实现点击关键词直接提交。高手给个简单的提示。谢谢。