if the file is already on the server then.....
<a href="domain.com/pathtofile/filename.doc">Click here to download</a>
OR
<form>
<input type="button" value="Click here to download" onClick="window.location.href='domain.com/pathtofile/filename.doc">
</form>
If the file isn't on the server thats a whole different kettle of fish
|