-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
I was in need of something similar real soon. My solution was going to be to
redirect to a dynamically generated page that contained javascript to set
the URL of the top level window. Just shooting from the hip, it would look
something like this:
<script>
<!--
top.location.href = "http://your_url_here";
-->
</script>
Actually, in my case I wouldn't really redirect. I need it in the context of
a framed document's session timing out. I would return this as the response
and the browser would do the redirect for me.
Like I said, this is shot from the hip. top.location.href might not be the
correct object in your circumstances. And of course, if you need to support
non-javascript-enabled browsers, this won't work.
Please post your results if you try this.
Thanks.
------------------------------------------------------------
Doug Ahmann
Time4.com
(651) 762-1226 x203
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]