码迷,mamicode.com
首页 > 其他好文 > 详细

iframe session过期跳转到登陆页面

时间:2016-07-10 23:04:20      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:

在login.jsp中添加js:

if(window !=top){  
	    top.location.href=location.href;  
	} 


<script type="text/javascript">
if (window.parent != window) {
	window.parent.location.href = window.location.href;
}
</script>

  

iframe session过期跳转到登陆页面

标签:

原文地址:http://www.cnblogs.com/james-roger/p/5658623.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!