first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

JavaScript and Java; How They "Talk" to Each Other

Javascript talks to Java Applets by calling the public methods of the Applet and changing its public properties. Java talks to Javascript using third-party interfaces from Microsoft (stuff in VJ++ 6.x) and Netscape (special java packages). I am not aware of any standard way for a Java applet to access the object model of a browser.

mod date: 2001-03-31T16:43:53.000Z