please dont rip this site
The Links Collection

Note : Both Internet Explorer and Netscape support the links collection.

The links collection is an ordered, indexed (by source order) array, containing a reference to every <A> and <AREA> elements in a document. Note that <A> elements that contain a NAME attribute (and are therefore Anchors) will be included in the links collection if they also have a HREF attribute (and are therefore both links and anchors). For properties, methods and events supported by <A> and <AREA> elements, see their respective topics.

LInk Objects would normally be retrieved by their index in the links collection (for example, above document.links(3).href would return the HREF property of the 4th link in the document (that may be an <A> or <AREA> element), but a string value can be used, as long as that string is a valid identifier (ID attribute value) for an element in the document.

E.g.

document.links('BigExternalLink').title

returns the value of the TITLE attribute of the link whose ID property is 'BigExternalLink. This would be the same as document.BigExternalLink.title.

Properties

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

Methods

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

all.item(index, sub-index)

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

strTag=document.links.item(7).innerHTML

would make strTag equal to the innerHTML property of the documents 8th link.

If the index property is a string value, then the item method returns a sub-collection, containing a reference to every link in the document that has its ID or NAME 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.

tags
The tags method returns a collection of link objects whose tagName property is the same as the tag argument used for the method. This differs from the item property in that that interrogates ID and NAME values if necessary.

document.all.tags('AREA')

would return a collection of all the <AREA> element objects in the document and none of the <A> element objects.


file: /Techref/language/html/ib/Scripting_Reference/linkcol.htm, 4KB, , updated: 2004/3/1 16:47, local time: 2024/3/29 08:24,
TOP NEW HELP FIND: 
3.209.56.116: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://www.massmind.org/techref/language/html/ib/Scripting_Reference/linkcol.htm"> The Links 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 www.massmind.org!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .