javascript document applets[ ]
| applets[ ] | NN 2 IE 3 DOM 1 |
|
|
Returns an array of all Java applet objects in the current document. An applet must be started and running before it is counted as an object. Items in this array are indexed (zero-based) in source code order. |
|
| Example | |
var appletCount = document.applets.length |
|
| Value | |
Array of applet element objects. |
|
| Default | |
Array of length zero. |
|
Previous: javascript document bgColor
533,Nickname,Homepage or email,Comments here,Add comment
