banner

External.CheckStayConnected method

Specifies whether to reach a new server page through an existing Internet connection.

Syntax

window.external.CheckStayConnected(sISPFile);

Parameters sISPFile

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

Return Values Boolean
Value Description
0 Redials before navigating to a new page.
1 Navigates to a new page using the existing connection.
Applies To window.external
Example
bStayConnected = window.external.CheckStayConnected();