RosettaCodeData/Task/HTTP/LiveCode/http-2.livecode

8 lines
212 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
on myUrlDownloadFinished
answer "Download Complete" with "Okay"
end myUrlDownloadFinished
command getWebResource
load URL "http://httpbin.org/html" with message "myUrlDownloadFinished"
end getWebResource