<input type="button" value="注冊" onClick="window.location.href='register.jsp'">
(在當前頁面打開reg.jsp)
<input type="button" value="注冊" onclick="javascript:location.href='reg.jsp'">
(在當前頁面打開reg.jsp)
<input type="button" value="注冊"
(在新的頁面打開reg.jsp)
轉自:http://blog.sina.com.cn/s/blog_5fe080e60100hvjx.html