Code: Select all
on mouseUp
put "001.French|The_simple_words.txt" into thefilename
put "http://www.xxxxxx.on-rev.com/xxxx/public_html/dixon/" & thefilename into theURL
put URL theURL into temp
put temp into fld 1
end mouseUp

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
on mouseUp
put "001.French|The_simple_words.txt" into thefilename
put "http://www.xxxxxx.on-rev.com/xxxx/public_html/dixon/" & thefilename into theURL
put URL theURL into temp
put temp into fld 1
end mouseUp