please dont rip this site
The Scripts Collection

Note : The Scripts collection is Internet Explorer 4.0 specific. The <SCRIPT> element supports the standard Internet Explorer 4.0 attributes of CLASS, ID, TITLE, as well as its own SRC, LANGUAGE, FOR and EVENT attributes (and Dynamic HTML properties of the same names and other standard Dynamic HTML properties and methods.

The Scripts collection is an ordered, indexed (by order in the source) array, containing a reference to every <SCRIPT> element in a document.

Script Objects would normally be retrieved by their index in the All collection (for example, above document.scripts(3) contains a reference to the third <SCRIPT> element in the document), but a string value can be used, as long as that string is a valid identifier (ID attribute value) for a <SCRIPT> element in the document.

E.g., consider the following to be the second <SCRIPT> element in the document

Note: the use of the language tag has been depreciated. Use type="text/javascript" instead.
<SCRIPT LANGUAGE="VBScript" ID="HelloScript">
msgbox "Hello"
</SCRIPT>

both:

document.scripts(1).language

and

document.scripts("HelloScript").language

would return "VBScript" as they both reference the same script.

Properties

length
The length property returns the number of <SCRIPT> elements in the collection. Note that the length count starts at 1, not 0 as the scripts 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.scripts(2).property

Methods

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

scripts.item(index, sub-index)

If index is a number, then the method returns a reference to the <SCRIPT> element object at that position in the scripts collections index.

If the index property is a string value, then the item method returns a sub-collection, containing a reference to every element in the document that has its ID or NAME attribute set to the string contained in the index argument (Note that if you are using ID attributes only to uniquely identify scripts, then the sub-collection will only contain the one item). To retrieve certain element objects from this sub-collection, the sub-index argument must be used.


file: /Techref/language/html/ib/Scripting_Reference/scrcol.htm, 4KB, , updated: 2007/5/27 03:54, local time: 2024/3/28 01:39,
TOP NEW HELP FIND: 
34.201.37.128: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://techref.massmind.org/techref/language/html/ib/Scripting_Reference/scrcol.htm"> The Scripts 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 techref.massmind.org!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .