HBCMS更多的中文手册参考:

ShowBrowserUI Method

DHTML文档教程

Opens the specified browser dialog box.

dhtml语法

vReturn = external.ShowBrowserUI(sUI, null)

Parameters

sUI Required. Stringthat specifies a browser dialog box, using one of the following values.
LanguageDialogOpens the Language Preference dialog box.
OrganizeFavoritesOpens the Organize Favorites dialog box.
PrivacySettingsMicrosoft® Internet Explorer 6 and later. Opens the Privacy Preferences dialog box.
ProgramAccessAndDefaultsMicrosoft Windows® XP燬ervice Pack 1 (SP1) and later. Opens the Set Program Access and Defaults dialog box.
null Required. Null value.

Return Value

Variant. Return value is determined by the dialog box.

DHTML代码范例

This example uses the ShowBrowserUI method to open a particular dialog box when a button is clicked.

<BUTTON onclick="window.external.ShowBrowserUI('LanguageDialog', null)">Show Language Dialog</BUTTON>
<BUTTON onclick="window.external.ShowBrowserUI('OrganizeFavorites', null)">Show Organize Favorites</BUTTON>

是否符合公共标准

There is no public standard that applies to this method.

Applies To

external