banner

External.Dial method

Dials an .isp file.

Syntax

window.external.Dial(sISPFile);

Parameters sISPFile

String. The location and file name of the .isp file.

Return Values Boolean. Returns the value TRUE if Windows Welcome successfully connects to the phone number specified in the .isp file.
Applies To window.external
Example
bDial = window.external.Dial("c:\windows\MyFile.isp");
Comments After a successful connection, Windows Welcome navigates to the Uniform Resource Locator (URL) specified in the .isp file, as in the following example:
[URL]
Signup = http://www.microsoft.com/

See the DialEx and ReDial methods.