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

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to