邢栋博客
邢栋博客,Action博客,记录工作和生活中的点点滴滴
网站后台ifarme下session失效后点击跳转到登陆页
标签:
iframe
<script type="text/javascript">
MyIndex = '{:U(MODULE_NAME."/Login/index")}';//为跳转链接
if (top.location != self.location){
top.location = MyIndex;
}
</script>
MyIndex = '{:U(MODULE_NAME."/Login/index")}';//为跳转链接
if (top.location != self.location){
top.location = MyIndex;
}
</script>