Posted on 2012-02-11 10:09
李胜东 阅读(1998)
评论(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)
转自:http://blog.sina.com.cn/s/blog_5fe080e60100hvjx.html