Click to return to the DHTML, HTML     
setTimeout Method     showHelp Method     DHTML Methods    
Web Workshop  |  DHTML, HTML & CSS

ShowBrowserUI Method


Opens the specified browser dialog box.

Syntax

vReturn = window.external.ShowBrowserUI(sUI, null)

Parameters

sUI Required. String that specifies a browser dialog box, using one of the following values:
LanguageDialogOpens the Language Preference dialog box.
OrganizeFavoritesOpens the Organize Favorites dialog box.
nullRequired. 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.

Sample Code

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

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
external


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.