sendRedirect() / forward() from frame to top window

2003-07-31 Thread Rick Roberts
How can I use sendRedirect() or forward() from a child frame and force the target to be the top or parent frame? Similar to a href='target.jsp' target='_top'Top Frame/a but using sendRedirect() or forward() Thanks -- *** * Rick Roberts

RE: sendRedirect() / forward() from frame to top window

2003-07-31 Thread Shapira, Yoav
ChemInformatics -Original Message- From: Rick Roberts [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 12:18 PM To: Tomcat Users List Subject: sendRedirect() / forward() from frame to top window How can I use sendRedirect() or forward() from a child frame and force the target to be the top

Re: sendRedirect() / forward() from frame to top window

2003-07-31 Thread Rick Roberts
PROTECTED] Sent: Thursday, July 31, 2003 12:18 PM To: Tomcat Users List Subject: sendRedirect() / forward() from frame to top window How can I use sendRedirect() or forward() from a child frame and force the target to be the top or parent frame? Similar to a href='target.jsp' target='_top'Top

[OFF-TOPIC] RE: sendRedirect() / forward() from frame to top window

2003-07-31 Thread Shapira, Yoav
Howdy, Is there an HTML paramater (maybe META tag or something similar) that will tell the page to always be the _top frame? Or maybe a body onLoad() technique that I can use to force this page to always live in the top frame? Yes, frame-popping is pretty easy. A simple variant would be like: