ShowBrowserUI Method

DHTML, HTML, & CSS

 
Click to return to the DHTML, HTML & CSS home page    
setTimeout Method     showHelp Method     DHTML Methods    

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:
Version data is listed when the mouse hovers over a link, or the link has focus.
external

Back to topBack to top

Did you find this topic useful? Suggestions for other topics? write us!Internet Link

© 1999 microsoft corporation. all rights reserved. terms of useInternet Link.