aciton设定为:http://www.google.com/search
将文字字段名称定为: q,并设定一个名称为h1, 值为zh-CN的隐藏字体段即可
代码如下:

Code
<form action=http://www.google.com/search>
<input type="hidden" name="h1" value="zh-CN">
<input type="text" name="q"><br>
<input type=submit value="Google搜索" name="btnG">
</form>