July 1998
Intermediate to advanced
1456 pages
65h 5m
English
object — NN n/a IE 4 DOM n/a
Read-only
A reference to a wrapper around an object to allow access to document
object model properties of the OBJECT element when
the names may be confused with internal property naming of the
object. For example, if the code loaded into an
OBJECT element had a property named
hspace, the script reference
document.all.reader.hspace would retrieve that
internal property, rather than the hspace property
of the HTML element. The object property wrapper
tells the JavaScript interpreter to get the property from the HTML
element without diving into the external object’s code.
var objCode = document.all.reader.object.code
Object reference.
None.
Read now
Unlock full access