You are here: irt.org | FAQ | JavaScript | Java | Q757 [ previous next ]
Yes it can, but the applet has to be loaded at the time of calling the Java function. Use the NAME attribute of the <applet> tag, for example:
document.applets("myAppletname").myFunction()
This does not always work.