'ImportExportFavorites()' Example : Window External « Javascript Objects « JavaScript DHTML






'ImportExportFavorites()' Example

 <html> <body> <script language="JavaScript"> function function1() { window.external.ImportExportFavorites(true, ""); } </script> <button onclick="function1();">Show dialog</button> </body> </html> 








Related examples in the same category

1.'AutoCompleteSaveForm()' Example
2.Add Favorite
3.'IsSubscribed()' Example
4.'menuArguments' Example
5.Navigate And Find
6.'AutoScan()' Example
7.Open new window and write user text
close