在配置的登录页面上(例如: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>