jsp 和 js 跳转

来源:互联网 发布:数据库包括 编辑:程序博客网 时间:2024/04/29 18:05
1.页面跳转 
jsp中的写法
<input type="button" value="导入艺术品" id="batchDel"
onclick="javascript:window.location.href='galleryArtworkmgnt.html?customerServiceId=${customerServiceId}'" />

其实上面的写法 类似于在js中定义一个onclick函数


2.js 刷新页面window.location.reload();

原创粉丝点击