8 lines
212 B
Text
8 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
|