Quantcast
Channel: IT社区推荐资讯 - ITIndex.net
Viewing all articles
Browse latest Browse all 15843

防止登录页面出现在frame中

$
0
0

在使用frame页面嵌套开发的时候,遇到重启了服务器的时候会出现登录页面在frame页面中出现,

所以需要在登录页面里面用js判断下当前的地址信息,然后跳转到登录的单独页面中。


js代码如下:

$("document").ready(function(){
				//防止在frame里面出现登录页面
				if(top.location!==self.location){ 
					//alert(top.location); 
					//alert(self.location); 
					top.location.href=self.location.href; 
				} 

				
			});

作者:JavaAlpha 发表于2014-7-21 11:48:54 原文链接
阅读:0 评论:0 查看评论

Viewing all articles
Browse latest Browse all 15843

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>