|
-
December 4th, 2002, 03:16 PM
#2
I'm assuming that the Java file is for a Java applet that is embedded into the document?
If so, then use the DOM to reference the applet and with Liveconnect you can call a method of the applet:
document.applets[0].reading();
Note that you do not need to reference the class, just the method used in that applet.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|