'ShowBrowserUI()' Syntax, Parameters and Note : ShowBrowserUI « Javascript Methods « JavaScript Reference

'ShowBrowserUI()' Syntax, Parameters and Note

Note:

Opens the specified dialog.
    
Syntax:
    
window.external.ShowBrowserUI(param1, param2)


Parameters:
    param1   Required; the type of dialog window to open. 
                       LanguageDialog, 
                       OrganizeFavorites, 
                       PrivacySettings.
    param2   Required; only null value is presently accepted.


      
      








Related examples in the same category

1.'ShowBrowserUI()' Example
2.'ShowBrowserUI()' is applied to