Good day, I use a filter to check if the session is still open when the session is lost this will redirect back to the login page. This works nice if I don't use any frames, but now I use frames for a specific project. When I click on the jsp page on the logout tag it is possible to call the
document.homeLogoutForm.target="_top"; How do I do this in the filter? config.getServletContext().getRequestDispatcher("/web/forceLogout.do").includ e(request_, response_); I know I can do it by redirecting to a .jsp page with only the javascript that contain the document.homeLogoutForm.target="_top"; and the loging location after the action mapping, but that's not really how I want to do this. Any help or ideas on this will be appreciated. Regards Neil Meyer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]