Javascript Methods JavaScript Reference

Note:
This method controls the import and export of the browser's favorites list.
    
Syntax:
    
window.external.ImportExportFavorites(param1, param2)
Parameters:
    param1   Required; true (import) or false (export).
    param2   Required; the URL to export or import. 
                       If param2 is an empty string (""), the method opens the 
                       file dialog box to find the local page to import.