Javascript Objects JavaScript DHTML




    function function1() {
        window.external.ShowBrowserUI('LanguageDialog', null);
    }
    function function2() {
        window.external.ShowBrowserUI('OrganizeFavorites', null);
    }
    function function3() {
        window.external.ShowBrowserUI('PrivacySettings', null);
    }

       value="Open the Language Preferences dialog box." 
       onclick="function1();">
       value="Open the Organize Favorites dialog box." 
       onclick="function2();">
       value="Open the Privacy Preferences dialog box." 
       onclick="function3();">