码迷,mamicode.com
首页 > 其他好文 > 详细

IFrame框架 退出功能实现

时间:2014-10-27 14:09:47      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   io   color   os   sp   div   on   

    @RequestMapping(value = "/updateUser.jhtml", method = RequestMethod.POST)
    public void updateUserDO(HttpSession session, Model model, User user,
            HttpServletResponse response) throws IOException {
        // userService.updateUser(user);
        try {
            Thread.sleep(2000);
        } catch (InterruptedException e) {
            e.printStackTrace();
        }

        session.removeAttribute("loginUser");
        response.getWriter().write(
                "<script>top.location.href=\"login.jhtml\"</script>");
    }
通过response挥写一段js揍实现了

IFrame框架 退出功能实现

标签:style   blog   http   io   color   os   sp   div   on   

原文地址:http://www.cnblogs.com/yuxinglab/p/4053902.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!