Hey, all,

I just construct a series of servlet and HTML pages to build a web based
database management utility. The 'cleanup' work is carried out by a servlet
which flush out the session-binded resources. Using the
Response.sendRedirect() method to bring back the user to the login HTML page
after the cleanup, the login page always been shown in the frame which the
previous step uses. I tried set the "target" property to "parent" in the
hyperlink which invoke the 'cleanup' servlet.  Then, a new window just pops
out with the login page in it with the old one untouched. ( in IE5.01
environment) Can someone tell me how to solve this pestering problem? I even
tried the javascript document.open(), but no help!

Thanks in advance!

Wang
6/8/00

___________________________________________________________________________
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