You are here: irt.org | About | Feedback | 3603 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q4060
Sent by
Raul Medina Nussbaum on February 17, 2002 at 23:38:03:
Length:
Too short
Comments:
It IS possible to communicate between an applet and a javascript code. You can do this by using de netscape.javascript.*
package, that come with JDK 1.2 (JAWS.JAR). If you use the JSObject in the applet, you can send call a function in Javascript, and you also can call an applet from a Javascript function. If you place an <object></object> inside an html form and then use a javascript code like document.xxx.APPLETID.startAPPLETID(); you can successfully initiate an applet.
Hope this can help!