banner

External.DialEx method

Specifies the connection type for connecting to the Internet service provider (ISP).

Syntax

window.external.DialEx(ulConnectionType, sISPFile);

Parameters ulConnectionType

Integer. Index identifying the type of connection.
Value Description
1 CONNECTED_REFERRAL
2 CONNECTED_ISP_SIGNUP
3 CONNECTED_ISP_MIGRATE
4 CONNECTED_REGISTRATION

sISPFile

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

Return Values Boolean. Returns the value TRUE if Windows Welcome successfully completes the connection.
Applies To window.external
Example
var CONNECTED_REFERRAL =1
window.external.DialEx(CONNECTED_REFERRAL, "phone.isp");
Comments See the Dial method.