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. LanguageDialog | Opens the Language Preference dialog box. | OrganizeFavorites | Opens the Organize Favorites dialog box. | PrivacySettings | Microsoft® Internet Explorer 6 and later. Opens the Privacy Preferences dialog box. | ProgramAccessAndDefaults | Microsoft 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