How do i check for an internet connection?

Jerry Daniels jerry at daniels-mara.com
Tue Dec 6 22:28:59 EST 2005


I keep a one byte file on the same web server that the application is  
accessing and test that with URL call. Fast.

Best,

Jerry Daniels

Tool makers for the 21st century
http://www.daniels-mara.com/products

On Dec 6, 2005, at 11:20 AM, 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
>
> (Change Xttp to http)
>
>
> "Nicholas Nginya" wrote
>
>> I am doing a cyber cafe billing system but how do i check for an  
>> internet
>> connection.
>
>
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your  
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>




More information about the use-livecode mailing list