首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

session失灵跳转frameset解决方案

2012-11-13 
session失效跳转frameset解决方案解决方法是:可以在登录页面中加入以下js代码。 Java代码 if (top.location

session失效跳转frameset解决方案

解决方法是:可以在登录页面中加入以下js代码。 Java代码 if (top.location != self.location){     top.location=self.location;     }
?

热点排行