'AutoScan()' Syntax, Parameters and Note : AutoScan « Javascript Methods « JavaScript Reference

'AutoScan()' Syntax, Parameters and Note

Note:

Connect to a web server.
    
Syntax:
    
window.external.AutoScan(param1, param2, param3)


Parameters:
    param1   Required; the domain address without www. and the . extension.
    param2   Required; the web page to connect to if param1 is invalid.
    param3   Optional; a target window or frame.



      
      








Related examples in the same category

1.'AutoScan()' Example
2.'AutoScan()' is applied to