IFrame中 Forms验证超时页面跳转跳出框架 简单解决方法
在配置的登录页面上(例如:Login.aspx) 页面<head></head>中加入JavaScript代码:
<script type="text/javascript" > if (window != top) { top.location.href = location.href; } </script>
在配置的登录页面上(例如:Login.aspx) 页面<head></head>中加入JavaScript代码:
<script type="text/javascript" > if (window != top) { top.location.href = location.href; } </script>