How do i check for an internet connection?
Chipp Walters
chipp at chipp.com
Tue Dec 6 13:12:38 EST 2005
Bill,
That will always return true.
I think what you meant to say was:
if the length of URL "http://www.google.com" > 0 then
Unfortunately, this solution doesn't work with some proxy servers.
-Chipp
Bill Marriott wrote:
> Easiest way is to check if you can connect to a known site (e.g. Google).
>
> if the length of "Xttp://www.google.com" > 0 then
> -- we're connected
> else
> -- we're not connected
> end if
More information about the use-livecode
mailing list