'ImportExportFavorites()' Example : Window External « Javascript Objects « JavaScript DHTML
- JavaScript DHTML
- Javascript Objects
- Window External
'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