Mega Code Archive

 
Categories / JavaScript Tutorial / HTML Tags
 

Applet

In JavaScript, applets embedded in HTML Web pages are represented by the Applet object. This object allows access to the public fields and methods of the applet through JavaScript properties and methods. All the public fields in a Java applet are accessed as properties of the Applet object in JavaScript. All the public methods in a Java applet are accessed as methods of the Applet object in JavaScript.