如何在自己的网页中加入一个google搜索
我在网页中加入以下语句
但不行
错在哪
谢谢
<form name=dtz action="http://www.google.com/search" target=_blank>
<input name="textfield" type="text" value="" maxlength="50">
<input type="hidden" name="host" value="http://www.google.com">
<input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置">
</form>