DHTML Methods
Adds a style sheet to the imports collection for the given style sheet.
iIndex = stylesheet.addImport ( sURL [ , iIndex ] )
sURL |
Required. Location of the source file for the style sheet. |
iIndex |
Optional. Requested position for the style sheet in the collection. If this value is not given, the style sheet is added to the end of the collection. |
Integer. Returns an integer index value specifying the position of the imported style sheet in the imports collection.
The iIndex is a zero-based index value.
styleSheet