登录超时跳出IFrame

一段JS就搞定:

 

在登录页面中添加JS

<script type="text/javascript">
if (top.location != self.location) top.location=self.location;
</script>

posted @ 2010-06-04 10:54  @海滨@  阅读(894)  评论(1编辑  收藏  举报