防止登陆页面显示到mainFrame窗体里

来源:互联网 发布:淘宝卖二手货 编辑:程序博客网 时间:2024/05/22 13:04

<script language="javascript" type="text/javascript">

 

 if (top.location !== self.location) {
            top.location=self.location;

}

 

 

</script>

原创粉丝点击