I used the following code to redirect and set the target to _top. response.setHeader("Window-target","_top"); response.setStatus(HttpServletResponse.SC_MOVED_TEMPORARILY); response.setHeader("Location", sPath); This works in the Netscape browser however in MS Internet Explorer the target is not set to top so I end up with a frame in a frame problem. Is there a better way to do this so that it will work with both browsers? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]