RosettaCodeData/Task/HTTP/LiveCode/http-2.livecode
2016-12-05 23:44:36 +01:00

7 lines
212 B
Text

on myUrlDownloadFinished
answer "Download Complete" with "Okay"
end myUrlDownloadFinished
command getWebResource
load URL "http://httpbin.org/html" with message "myUrlDownloadFinished"
end getWebResource