I try to read a file .txt from a server
Code: Select all
on mouseUp
put URL "http://www.alternatic.ch/jmb/test200312.txt" into tData
set the text of fld "myFld" to tData
end mouseUp
What i forget ?
Best regards
Jean-Marc
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
on mouseUp
put URL "http://www.alternatic.ch/jmb/test200312.txt" into tData
set the text of fld "myFld" to tData
end mouseUp