'AutoScan()' Example : AutoScan « Javascript Methods « JavaScript Reference

'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.'AutoScan()' Syntax, Parameters and Note
2.'AutoScan()' is applied to