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:
LanguageDialog Opens the Language Preference dialog box. OrganizeFavorites Opens the Organize Favorites 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.
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 ] Platform Version Win16: Win32: Mac: Unix: WinCE: Version data is listed when the mouse hovers over a link, or the link has focus. external
Did you find this topic useful? Suggestions for other topics? write us!
© 1999 microsoft corporation. all rights reserved. terms of use.