Chapter number SMALL object (Object/HTML) (Web page design) An object that

Chapter number SMALL object (Object/HTML) An object that represents the font style controlled by the HTML tag. Availability: JScript 3.0 Internet Explorer 4.0 Deprecated: Yes Inherits from: Element object IE mySMALL = myDocument.all.anElementID IE mySMALL = myDocument.all.tags(”SMALL”)[anIndex] IE mySMALL = myDocument.all[aName] -mySMALL = myDocument.getElementById(anElementID) -mySMALL = myDocument.getElementsByName(aName)[anIndex] JavaScript syntax: -mySMALL = myDocument.getElementsByTagName(”SMALL”)[anIndex] HTML syntax: anIndex A reference to an element in a collection aName An associative array reference Argument list: anElementID The ID value of an Element object Event handlers: onClick, onDblClick, onDragStart, onFilterChange, onHelp, onKeyDown, onKeyPress, onKeyUp, onMouseDown, onMouseMove, onMouseOut, onMouseOver, onMouseUp, onSelectStart Event name JavaScript JScript N IE Opera DOM HTML Notes onClick 1.0 + 1.0 + 2.0 + 3.0 + 3.0 + 4.0 + Warning onDblClick 1.2 + 3.0 + 4.0 + 4.0 + 3.0 + 4.0 + Warning onDragStart 3.0 + 4.0 + - onFilterChange 3.0 + 4.0 + - onHelp 3.0 + 4.0 + Warning onKeyDown 1.2 + 3.0 + 4.0 + 4.0 + 3.0 + 4.0 + Warning onKeyPress 1.2 + 3.0 + 4.0 + 4.0 + 3.0 + 4.0 + Warning onKeyUp 1.2 + 3.0 + 4.0 + 4.0 + 3.0 + 4.0 + Warning onMouseDown 1.2 + 3.0 + 4.0 + 4.0 + 3.0 + 4.0 + Warning onMouseMove 1.2 + 3.0 + 4.0 + 4.0 + 4.0 + Warning onMouseOut 1.1 + 3.0 + 3.0 + 4.0 + 3.0 + 4.0 + Warning onMouseOver 1.0 + 1.0 + 2.0 + 3.0 + 3.0 + 4.0 + Warning onMouseUp 1.2 + 3.0 + 4.0 + 4.0 + 3.0 + 4.0 + Warning onSelectStart 3.0 + 4.0 + - 1932

Leave a Reply