PDA

View Full Version : Downloadable Files On Dreamweaver


Hellbreather
03-09-2005, 03:10 PM
Hi again,
Say I want to put a downloadable movie or exe on my Dreamweaver website what language would I need to know plus if you can, is it possible to have a script or something

Thanks a bunch

Graft-Creative
03-09-2005, 03:59 PM
you just need to link to the file:


<a href="./whatever.exe">Download Now!</a>


The browser will prompt to user to download the file when the link is clicked.

Kind Regards,

Gary

Hellbreather
03-09-2005, 04:19 PM
Thanks for that