True if the browser thinks there is a valid connection
Member of Web Application (PRIM_WEB.Application)
Data Type - Boolean
The Online property will return True if the browser thinks there is a valid connection. This feature uses the JavaScript navigator.Online function. Precise implementation will depend on the browser. The only true test of whether a browser can communicate with the server is to attempt to access the server.
Febuary 18 V14SP2