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

Home
JavaScript Reference
1.Event Handlers Reference
2.Javascript Collections
3.Javascript Methods
4.Javascript Objects
5.Javascript Properties
JavaScript Reference » Javascript Methods » ImportExportFavorites 
'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 (importor 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
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.