| Availability: |
| |||
| Inherits from: | Element object | |||
| JavaScript syntax: | IE | myNOFRAMES = myDocument.all.anElementID | ||
| IE | myNOFRAMES = myDocument.all.tags("NOFRAMES")[anIndex] | |||
| IE | myNOFRAMES = myDocument.all[aName] | |||
| - | myNOFRAMES = myDocument.getElementById(anElementID) | |||
| - | myNOFRAMES = myDocument.getElementsByName(aName)[anIndex] | |||
| - | myNOFRAMES = myDocument.getElementsByTagName("NOFRAMES")[anIndex] | |||
| HTML syntax: | <NOFRAMES> ... </NOFRAMES> | |||
| Argument list: | anIndex | A reference to an element in a collection | ||
| aName | An associative array reference | |||
| anElementID | The ID value of an Element object | |||
| Object properties: | accessKey, tabIndex, dir | |||
| Event handlers: | onClick, onDblClick, onHelp, onKeyDown, onKeyPress, onKeyUp, onMouseDown, onMouseMove, onMouseOut, onMouseOver, onMouseUp | |||
This was added to the MSIE browser at revision 4. It is a sub-class of the basic Element object and therefore shares many properties with other objects in the MSIE browser. Although it is implemented as an Element, it is not a DOM specified item.
| See also: | Element object, NOSCRIPT object |
| Property | JavaScript | JScript | N | IE | Opera | NES | ECMA | DOM | CSS | HTML | Notes |
|---|---|---|---|---|---|---|---|---|---|---|---|
| accessKey | ![]() | 3.0 ![]() | ![]() | 4.0 ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | - |
| tabIndex | ![]() | 3.0 ![]() | ![]() | 4.0 ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | - |
| dir | ![]() | 5.0 ![]() | ![]() | 5.0 ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | - |
| Event name | JavaScript | JScript | N | IE | Opera | NES | ECMA | DOM | CSS | HTML | Notes |
|---|---|---|---|---|---|---|---|---|---|---|---|
| onClick | ![]() | 3.0 ![]() | ![]() | 4.0 ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | 4.0 ![]() | ![]() |
| onDblClick | ![]() | 3.0 ![]() |
| 4.0 ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | 4.0 ![]() | ![]() |
| onHelp | ![]() | 3.0 ![]() | ![]() | 4.0 ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| onKeyDown | ![]() | 3.0 ![]() |
| 4.0 ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | 4.0 ![]() | ![]() |
| onKeyPress | ![]() | 3.0 ![]() |
| 4.0 ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | 4.0 ![]() | ![]() |
| onKeyUp | ![]() | 3.0 ![]() |
| 4.0 ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | 4.0 ![]() | ![]() |
| onMouseDown | ![]() | 3.0 ![]() |
| 4.0 ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | 4.0 ![]() | ![]() |
| onMouseMove | ![]() | 3.0 ![]() | ![]() | 4.0 ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | 4.0 ![]() | ![]() |
| onMouseOut | ![]() | 3.0 ![]() |
| 4.0 ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | 4.0 ![]() | ![]() |
| onMouseOver | ![]() | 3.0 ![]() | ![]() | 4.0 ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | 4.0 ![]() | ![]() |
| onMouseUp |
| 3.0 ![]() | ![]() | 4.0 ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | 4.0 ![]() | ![]() |
| Prev | Home | Next |
| NodeList.length | Up | NOFRAMES.dir |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. | ||