>Is there a solution to breaking out of the frameset
>AND propagating the reason for the logout to the /real/login page?
>
>I'd appreciate and and all ideas. Thanks!
Well, if you're not against using a little JavaScript, the following
code within your <head> ... </head> tags will not allow the page it is
used on to be displayed within a frame. This may work in your scenario.
<script type="text/javascript"><!--
/* FrameBuster */
if (self.parent.frames.length != 0) {
self.parent.location="xxxxxxxx.xxx"; }
// end FrameBuster...
--></script>
Replace "xxxxxxxx.xxx" with the url of the page.
Jonathan M. Hollin - WYPUG Co-ordinator
West Yorkshire Perl User Group
http://wypug.pm.org/
http://wypug.digital-word.com/