| Object The object object reflects the functionality of the Html OBJECT element. It is used to embed an application within your web page. Any application supported by the browser may be embedded, examples are Java Applets and MacroMedia Flash movies. DOM Reference Internet Explorer window.document.all.elementIDThe properties of the Object object are: accessKey align altHtml classID className code codeBase codeAType data dataFld dataSrc document form height hspace id isTextEdit lang language name
object offsetHeight offsetLeft offsetParent offsetTop offsetWidth outerHtml outerText parentElement parentTextEdit readyState sourceIndex style tabIndex tagName title type vaspace widthThe Methods of the Object object are: blur() click() contains() focus() getAttribute() removeAttribute() scrollIntoView() setAttribute()The Collections and Arrays for the Object object are: all [ ] children [ ] filters [ ]The Event Handlers for the Object object are: onAfterUpdate onBeforeUpdate onBlur onClick onDataAvailable onDataSetComplete onDblClick onDragStart onError onErrorUpdate onFilterChange onFocus onHelp onReadyStateChange onRowEnter onRowExit onSelectStart |