The IsOffline function gets a value that indicates whether the object is operating in offline mode.
Syntax
Integer Browser.IsOffline()
Parameters
The IsOffline function has no parameters.
Return value
The IsOffline function returns true or false.
Example
if myBrowser.IsOffline()
end
end