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






'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
7.Open new window and write user text
close