aspxtreme

APPLET Element | APPLET Object

HTML Elements/DHTML Objects


Places a Java applet, an executable content, on the page.

HTML Syntax

Remarks

Applets can only be displayed by Java-enabled browsers.

An applet is executable code written using the Java language, and built or compiled with a Java compiler. Applet development is beyond the scope of this reference. For an excellent place to start learning about Java, visit Sun Systems' Java Tutorial.

The code attribute specifies the name of the Java applet to run. The codebase attribute specifies the subdirectory or folder containing the Java applet. The PARAM element is used to provide information about the parameters, or arguments, to be used by the Java applet.

This attribute has been deprecated in favor of the OBJECT element.

Members



Styles


See Also

EMBED, OBJECT



Books and more ...

Contents
HTML Elements / DOM Objects
HTML Element Attributes
CSS Attributes
DOM Object Properties
DOM-compliant Events Reference
DOM Methods Reference
DOM Collections Reference
 


Suggested Reading



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support aspxtreme