0 out of 1 rated this helpful - Rate this topic

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

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IHTMLScriptElement2

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.