Hi! I wrote an applet that opens a frame window. When the browser changes to other pages, the frame window is still alive (that is what I want). But when the user logouts (at that time, the html page is not the page that contains the applet), I wish this frame window is closed itself. I am using servlet to write the html and manage the session. Can anyone tell me how to do this? I am thinking maybe I can get the frame handle when opening it and store it in the session. But how to get the frame handle in servlet? Thanks! ___________________________________________________________________________ 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
