IHTMLScriptElement interface
This interface specifies a script for the page that will be interpreted by a script engine.
Members
The IHTMLScriptElement interface inherits from the IDispatch interface but does not have additional members.
Remarks
Code within the script block that is not contained within a function is executed immediately as the page is loaded. To keep scripts from being displayed on down-level browsers, the script block should be nested within a comment block.
The script element is a block element.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Build date: 11/12/2012