问题描述
问题是这样的,我在代码中加了一个struts2拦截器,判断用户是否登录或session是否过期,如果过期则从frame中返回登录主界面,struts2代码大概是这样,返回一个 "index",配置文件中<result name="index" type="redirect">/index.jsp</result>但问题是,它登录主界面直接在main frame 中显示了,具体看截图。请知道的人帮忙回答一下。
解决方案
登录界面的body里加上:<script type="text/javascript">if (top.location != self.location) {top.location = self.location;}</script> 给分吧!
解决方案二:
学习了。
时间: 2024-11-08 21:51:57