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

'ImportExportFavorites()' Syntax, Parameters and Note

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.

    

      
      








Related examples in the same category

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