IHTMLScriptElement2 interface

This interface specifies a script for the page that will be interpreted by a script engine. It extends the IHTMLScriptElement interface.

Members

The IHTMLScriptElement2 interface inherits from the IDispatch interface. IHTMLScriptElement2 also has these types of members:

  • Properties

Properties

The IHTMLScriptElement2 interface has these properties.

Property Description

charset

Sets or retrieves the character set used to encode the object.

 

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch