---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- Hey, I have a jsp, main.jsp, that has a frame containing another jsp, we'll call it frame.jsp. In frame.jsp I am doing some logic and if conditions are met, I do response.sendRedirect(url). But ofcourse the url is only diplayed in the frame , whereas I want it to take over the whole screen, as in target = top. Anyone know how I can break out of the frame? I know I can do the logic in main.jsp and then redirect will display the url in top frame, but is there another way to keep the logic in the frame.jsp and then redirect and break out of the frame? Thanks -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search Archives: <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/> Problems?: [EMAIL PROTECTED]
