//前提 要清空session 然后在框架页加判断 再加上如下两句话 实现 退出框架页 IE后退无效 的功能
<title>框架页面 <% Response.Expires = 0; Response.Cache.SetNoStore(); %> </title>