The java applet itself is actually running on the page with the connect button...its that grey box that surrounds the button when the page loads...the chat window is just an extra window that it creates. Java applets stop running if you navigate away from the page they are on...safety feature so they don't run forever and suck up memory...so if you navigate away from the that page, the applet stops running...and the window that it creates, the chat window, disappears too.
So, the window is not the applet...the applet creates the chat window. The applet is actually on the chat page. Tis the problem with Java applets. There are sneaky ways to get around this, but I doubt it can be done here...
So, the window is not the applet...the applet creates the chat window. The applet is actually on the chat page. Tis the problem with Java applets. There are sneaky ways to get around this, but I doubt it can be done here...