Apr 1, 2003 #1 krosshair Programmer Feb 28, 2003 34 GB I have a button that when clicked needs to download a word document from the server. I have done this before but cannot remember what the button script is exactly. any help appreciated.
I have a button that when clicked needs to download a word document from the server. I have done this before but cannot remember what the button script is exactly. any help appreciated.
Apr 1, 2003 #2 billwatson Instructor Dec 18, 2002 2,312 CA It is recommended to use .zip files, the user will then be presented with the download prompt. Button action on(release){ getURL("http://www.url.com/abc.zip");} Upvote 0 Downvote
It is recommended to use .zip files, the user will then be presented with the download prompt. Button action on(release){ getURL("http://www.url.com/abc.zip");}
Apr 1, 2003 Thread starter #3 krosshair Programmer Feb 28, 2003 34 GB thank you - I had the right code - just didn't have the zip file. Thanks! Upvote 0 Downvote