please dont rip this site
The Applets Collection

Note : Both Netscape and Internet Explorer support the Applets collection (Netscape call it an array). For properties, methods and events that are supported by <APPLET> elements, see the <APPLET> topic.

The Applets collection is an ordered, indexed array, containing a reference to every <APPLET> element in a document.

Applet Objects would normally be retrieved by their index in the Applets collection. I.e.:

document.applets(1).code

returns the CODE attribute of the second applet in the document.

A string value can be used however, as long as that string is a valid identifier (ID attribute value) for an <APPLET> element in the document.

E.g.

document.applets('MyCoolApplet').code

would return the CODE attribute of the applet whose NAME (or ID) property is 'MyCoolApplet'.

Properties

length
The length property returns the number of applet objects in the collection. Note that the length count starts at 1, not 0 as the applets collection index does. Therefore, the length property may return a value of 5, but to access the 3rd anchor, you'd need to use document.applets(2).property

Methods

item
The item method retrieves single items, or sub-collections from the applets collection. It accepts the following arguments:

applets.item(index, sub-index)

If index is a number, then the method returns a reference to the applet at that position in the applets collections index. I.e.

strTag=document.applets.item(2).code

would make strTag be the value of the CODE attribute of the documents third applet. As you can see, this is effectively the long-hand version of using document.applets(2).property.

If the index property is a string value, then the item method returns a sub-collection, containing a reference to every anchor in the document that has its NAME or ID attribute set to the string contained in the index argument. To retrieve certain element objects from this sub-collection, the sub-index argument must be used.


file: /Techref/language/html/ib/Scripting_Reference/appcol.htm, 3KB, , updated: 2004/3/1 16:47, local time: 2024/3/28 06:41,
TOP NEW HELP FIND: 
3.236.145.110:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://massmind.org/techref/language/html/ib/Scripting_Reference/appcol.htm"> The Applets collection</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

 

Welcome to massmind.org!

 

Welcome to massmind.org!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .