|
|
Q4031 Is there a way to let the applet know if a copy of the applet is already running?
irt.org | Knowledge Base | Java | Q4031 [ previous next ] Q4031 Is there a way to let the applet know if a copy of the applet is already running?Use getApplets() method, it returns an Enumeration object with a list of applets on the page OR try using the JSObject.applets() array which contains the names of applets loaded and running. |
-- div -->
|