ShowBrowserUI Method | Internet Development Index |
Opens the specified browser dialog box.
Syntax
vReturn = external.ShowBrowserUI(sUI, null)
Parameters
sUI Required. String that 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 Service 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.
Example
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>
Standards Information
There is no public standard that applies to this method.
Applies To
external