jsp 按钮 超链接 直接跳转至另一页面(转)

Posted on 2012-02-11 10:09 李胜东 阅读(1998) 评论(0)  编辑  收藏 所属分类: J2EE

<input type="button" value="注册" onClick="window.location.href=&apos;register.jsp&apos;">
(在当前页面打开reg.jsp)

<input type="button" value="注册" onclick="javascript:location.href=&apos;reg.jsp&apos;">
(在当前页面打开reg.jsp)

<input type="button" value="注册"  onclick="window.open(&apos;reg.jsp&apos;)">
(在新的页面打开reg.jsp)



转自:http://blog.sina.com.cn/s/blog_5fe080e60100hvjx.html


只有注册用户登录后才能发表评论。


网站导航:
博客园   IT新闻   Chat2DB   C++博客   博问