Applet Scripting Problems
Warning: MS JVM (Microsoft's Java
Virtual Machine) has issues running applets compiled with the current SDK (ex:
1.5 and others). Sun's JVM works fine.
Compiled with JDK1.1 (maybe 1.2) - works fine.
Scripting works file if Java classes are compiled with JDK1.1 (possibly 1.2 also)
Prompt, then send info to applet (myAppletJDK11).
Compiled with JDK1.5 - JavaScript error, can't find applet property.
Prompt, then send info to applet (myAppletJDK15).