'AutoScan()' Example : Window External : Javascript Objects : JavaScript DHTML examples (example source code) Organized by topic

JavaScript DHTML
C++
PHP


JavaScript DHTML  »  Javascript Objects   » [  Window External  ]   
 



'AutoScan()' Example

    
<html>
<head>
<script language="JavaScript">
    function function1() {
        window.external.AutoScan("java2s""index.htm");
    }
</script>
</head>
<body>
<button onclick="function1();">Open Java2s.com site</button>
</body>
</html>

    
      
      
Related examples in the same category
1.  'AutoCompleteSaveForm()' Example
2.  Add Favorite
3.  'ImportExportFavorites()' Example
4.  'IsSubscribed()' Example
5.  'menuArguments' Example
6.  Navigate And Find
























Home| Contact Us
Copyright 2003 - 07 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.