点击“提交”按钮,如何转到另外一个页面
<input type=button value="提交" onclick="window.open('http://www.gdutbbs.com')">
or
<input type=button value="提交" onclick="location.replace('http://www.gdutbbs.com)') ">
]]>
<input type=button value="提交" onclick="window.open('http://www.gdutbbs.com')">
or
<input type=button value="提交" onclick="location.replace('http://www.gdutbbs.com)') ">
]]>