Quantcast
Channel: Super Feed from MSCRM Technical Insight by Jonathan Nachman
Viewing all articles
Browse latest Browse all 130

Checking client offline/online status via client side javascript

$
0
0

A nice built-in javascript function to test whether the user is offline or not...

if (IsOnline())
{

alert("Client is online");

else
{

alert("Client is Offline");
}


Viewing all articles
Browse latest Browse all 130

Trending Articles