View Full Version : How do you.............................


freakish_dude_
06-09-2003, 07:28 AM
How do you make one of those download here links

bellportal
06-09-2003, 11:23 AM
It's quite simple. Just link to the file that you want people to download. E.g.

<a href="myfile.zip">download here</a>

when clicked, this will promt the user to download "myfile.zip"

HTH

sabrinastar
06-09-2003, 09:06 PM
yup, bellportal got it. but it has to either be a bitmap or a zip file. i'm not sure if there are any others though.

Dude128
06-10-2003, 03:48 AM
that type of link (as in, it will prompt the user to download the file rather than open it) will work with any type of file that the browser cannot open on its own- .zip, .exe, .ttf, etc.

and actually, most if not all browsers usually display .bmp files :)