Re: redirect to a target?

2004-04-07 Thread Kris Schneider
One solution would be to use JavaScript in your logon page to ensure that it's not loaded in a frame. Maybe something like: html head script type=text/javascript language=javascript !-- if (window != top) top.location.href = location.href; //--

redirect to a target?

2004-04-06 Thread John MccLain
Is there any way to specify that a redirect go into another frame??? We have an outer frame holding a menu, then an inner frame that loads our pages and each page has a security header. If the session times out, we get redirected (via our security header) to our logon page - BUT, our menu still