您的位置:首页 > 其它

ie6中window.location.href不能跳转解决

2014-08-12 18:19 357 查看
http://w8700569.iteye.com/blog/1204187

在js方法中添加window.event.returnValue = false;

function hrefSearchUser(orgId){

window.location.href="${ctx}/user/allUser.html?orgId="+orgId;

window.event.returnValue = false;

}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: