Hi,

I have a quick and dirty solution (if you are looking for one!).
Instead of redirecting the user to the login page directly take him to
another page which informs him that his session has expired and he needs to
relogin. Provide a HREF to the login page there with 'target=_top' (or
whatever is the name of your parent frame) so that when the user clicks on
the HREF he will be taken to the login page and this page will occupy the
whole window (or the desired frame).

Rgds,

DP

>Hey!
>
>Don't you have to tell which frame?  Something like Frame Src.  I may be
>wrong.  I'm no expert with frames.
>
>Sans adieu,
>Danny Rubis
>
>Nic Ferrier wrote:
>
> > >>> Thangamani RATHINAM <[EMAIL PROTECTED]> 07-Apr-00 12:18:21
> > AM >>>
> >
> > > But I want the login page to be in the Parent Frame occupying
> > >whole window.
> >
> > If you check the API you will find a call:
> >
> >   HttpServletResponse.sendRedirect(String)
> >
> > which has the browser redirect the page to another URL.
> >
> > Nic Ferrier
> >
> >
>___________________________________________________________________________
> > To unsubscribe, send email to [EMAIL PROTECTED] and include in the
>body
> > of the message "signoff SERVLET-INTEREST".
> >
> > Archives: http://archives.java.sun.com/archives/servlet-interest.html
> > Resources: http://java.sun.com/products/servlet/external-resources.html
> > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
>___________________________________________________________________________
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff SERVLET-INTEREST".
>
>Archives: http://archives.java.sun.com/archives/servlet-interest.html
>Resources: http://java.sun.com/products/servlet/external-resources.html
>LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to