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");
}
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");
}