Posted on 2012-02-11 10:09
李勝東 閱讀(2004)
評論(0) 編輯 收藏 所屬分類:
J2EE
<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="注冊" onclick="window.open('reg.jsp')">
(在新的頁面打開reg.jsp)
轉(zhuǎn)自:http://blog.sina.com.cn/s/blog_5fe080e60100hvjx.html