Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q4031 Is there a way to let the applet know if a copy of the applet is already running?

You are here: irt.org | FAQ | Java | Q4031 [ previous next ]

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.

©2018 Martin Webb