put URL doesn't work on windows
Ludovic Thébault
ludovic.thebault at laposte.net
Wed Dec 9 08:37:20 EST 2009
Le 9 déc. 09 à 12:08, Dave Cragg a écrit :
> "invalid host address" suggests it's failing on a hostNameToAddress
> call, which suggests DNS problems. But if other net applications are
> working, it sounds strange. I don't have 2.9.1 on XP here, but 3.0
> works OK. Can you test the following, but try with some different
> host names.
>
> on mouseUp
> put hostNameToAddress("www.runrev.com")
> if the result is not empty then answer the result
> end mouseUp
>
> on mouseUp
> put hostNameToAddress("google.com")
> if the result is not empty then answer the result
> end mouseUp
>
Thanks. It's seem it's not a problem with Revolution but with my
installation. I've tested in other place, it's work with windows.
But it's strange that with MacOS it's work and not with windows in the
same place (with your script i've always "invalid host address" as
result).
I've tested with the Google DNS it's the same.
More information about the use-livecode
mailing list