session过期iframe里出现嵌套登录界面 在你想控制跳转的页面,比如login.jsp中的<head>与</head>之间加入以下代码:
<script language="JavaScript"> if (window != top) top.location.href = location.href; </script>