Hi, I am working on an applet which uses the showDocument() method. I am
working with 1.3.0_01 (the newest Java version). Other PCs (with 1.3)
couldn't fire a JavaScript function existing in the same applet's page
(through getAppletContext().showDocument(new
URL("javascript:functionName()")). After upgrading thesePcs to 1.3.0_01 they
managed to run the applet proparely. Can it be that a method which was
written for Java 1.0 (getAppletContext()) won't operate on 1.3? Can it be my
compiler, which is newer than 1.3?

Bottom line... Since I understand that I have to "force" the user to update
his Java pluggin version (to 1.3.0_01), How can I update the automated
information that Tomcat produces while using <jsp:pluggin> so it will
require a specific version of Java pluggin?

Sorry for the messy question... It is just that I spent too much time trying
to realize how Java code ("Write once, run anywhere" - as they say...) won't
run anywhere...   :o)

Sincerely,
David.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to