scripts
Property of dom/Documentdom/Document
Syntax
var result = element.scripts;
element.scripts = value;
Notes
Remarks
This collection contains all the scripts in the document in source order regardless of the script’s location in the document (whether in the head or body). If duplicate identifiers are found, a collection of those items is returned. Collections of duplicates must be referenced subsequently by ordinal position.
Standards information
There are no standards that apply here.
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]