hi again.
I'm coding my new template and it seams like i'll get more problems later (hope not)
.Well here is my problem; i want people to download sum stuff,is there a script to make a download button...hope u see what i mean...maby i can just link a .zip file or sumthing :s
download button (or sumthing)
Started by hammer, May 15 2005 10:43 AM
1 reply to this topic
#1
Posted 15 May 2005 - 10:43 AM
#2
Posted 15 May 2005 - 02:33 PM
Here a way I use:
Zip the file you want to let ppl download up. So it's like download.zip or any name you want to call it. Then put it in your website folder.
<button onClick="download.zip">Click here to download</button>
If you put the download.zip in a subdirectory of the website folder then it's:
<button onClick="subdirectory/download.zip">Click here to download</button>
The button tag can be an image or whateva.
Zip the file you want to let ppl download up. So it's like download.zip or any name you want to call it. Then put it in your website folder.
<button onClick="download.zip">Click here to download</button>
If you put the download.zip in a subdirectory of the website folder then it's:
<button onClick="subdirectory/download.zip">Click here to download</button>
The button tag can be an image or whateva.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
