Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3
-
Resolution: Duplicate
-
Affects Version/s: 1.3.0_01
-
Fix Version/s: None
-
Component/s: deploy
-
Labels:
-
Subcomponent:
-
CPU:x86
-
OS:windows_nt
Description
I have a java swing applet that I can display in any of ie5.0, Navigator 4.7, or Navigator 6.0. So far so good. Because it is a swing applet, I must use the <OBJECT>/<EMBED> tag scheme instead of the <APPLET> tag.
The problem is when I try to call the methods of the java applet from javascript. In the case of ie5.0, I can call document.objectname.javamethod() and it will work. However, it does not work in Netscape 6 with Java plugin 1.3.0_01.
The html and a test applet are attached.
The problem is when I try to call the methods of the java applet from javascript. In the case of ie5.0, I can call document.objectname.javamethod() and it will work. However, it does not work in Netscape 6 with Java plugin 1.3.0_01.
The html and a test applet are attached.
Attachments
Issue Links
- duplicates
-
JDK-4398223 LiveConnect Broken from JavaScript to Applet after converted by HTMLConverter
-
- Closed
-
- relates to
-
JDK-4361295 Accessing JApplet methods from javascipt using java plugin 1.3
-
- Resolved
-