HtmlDlgSafeHelper (Dialog Helper) object
Provides access to the color dialog box, block formats, and system fonts collections.
Members
The HtmlDlgSafeHelper (Dialog Helper) object has these types of members:
Methods
The HtmlDlgSafeHelper (Dialog Helper) object has these methods.
| Method | Description |
|---|---|
| ChooseColorDlg |
Opens the system color-selection dialog box. |
| getCharset |
Gets a Variant that specifies the character set of a given font. |
Standards information
There are no standards that apply here.
Remarks
To create this object, use the OBJECT element and provide the class identifier (CLSID) for the dialog helper.
HtmlDlgSafeHelper was introduced in Microsoft Internet Explorer 6
Examples
This code creates a dialog helper object which can be referenced by its id value.
<object id="dlgHelper" classid="clsid:3050f819-98b5-11cf-bb82-00aa00bdce0b" width="0px" height="0px"></object>
Show: