Hello,

Can someone please give me some advice on this issue.  I have a servlet
that builds a form which has a top and bottom half.  When a button is
pressed in the top half, the new information loaded stays in the top half
because of the <form target="top"> or <form target=_self>.  The same goes
for the bottom form.  Now if the user times out and I need them to log in
again, this is obviously not determined until the user clicks a button on
the form and the servlet realizes that the user has timed out.  When the
user times out, it redirects them back to the login screen.  The only
problem is that since the form target is set to either "top" or "bottom",
it shows the login form either in the top frame or the bottom frame.  Is
there anyway to load this page (as well as error pages) into the entire
page rather than in the form target?

Thanks!

fuz

___________________________________________________________________________
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