What is the javascript that will let a user download a .doc from the webpage?
[QUOTE=flashjones;2334146]What is the javascript that will let a user download a .doc from the webpage?[/QUOTE]
You’ll have to be more specific.
If you have the document that is accessible from the web, I would think that you could just put a html link to that. It should then prompt the user to download it to the desktop.
So if it is just a word .doc that you have on the server and you want people to be able to download it by “clicking here” all you would have to do is put the link in to where it lives on the server and the people will be prompted to download it?
[QUOTE=flashjones;2334182]So if it is just a word .doc that you have on the server and you want people to be able to download it by “clicking here” all you would have to do is put the link in to where it lives on the server and the people will be prompted to download it?[/QUOTE]
Pretty much.
There’s no need to make anything more elaborate.