How do i check for an internet connection?

capellan (sent by Nabble.com) lists at nabble.com
Wed Dec 7 17:11:21 EST 2005


Hi Kurt,

> I don't remember who to thank for this one, 
> which I modified only slightly: 

Dar Scott published this code in march 2002:


local testSock
on mouseUp
   put "255.255.255.255:43222" into testSock
   open datagram socket to testSock  -- opens immediately on Win2K
   put hostAddress(testSock) into field "Local IP Address"
   close socket testSock
end mouseUp


--
Sent from the Revolution - User forum at Nabble.com:
http://www.nabble.com/How-do-i-check-for-an-internet-connection--t691676.html#a1841795



More information about the use-livecode mailing list