The HTML Attribute reference.

"object" - html Attribute

  • Names a resource containing a serialized representation of an applet's state. It is interpreted relative to the applet's codebase. The serialized data contains the applet's class name but not the implementation. The class name is used to retrieve the implementation from a class file or archive.
  • Either code or object must be present. If both code and object are given, it is an error if they provide different class names.

Value(s): sequence of characters
Used in the element(s):
Elements Description
applet (deprecated) This element is used to embed Java applets.

© 2010 by Finnesand Data. All rights reserved.
This site aims to provide FREE programming training and technics.
Finnesand Data as site owner gives no warranty for the correctness in the pages or source codes.
The risk of using this web-site pages or any program codes from this website is entirely at the individual user.