PDA

View Full Version : How to create a download window


shweta
07-17-2003, 11:20 PM
hi,
How to create a download window which has options like "Run this program from its current location" and "save this program to disk"

how to create this?


waiting for ur help...
thanks

-Shweta

coder4life
07-18-2003, 12:06 AM
All you have to do is just like any other link.... Link to your program and when the visiter clicks the link it will open up the download dialog box....

example

<a href="Http://www.yoursite.com/file.exe">your text for the file</a>

just change yourfile.exe with whatever the filename is for that file and yoursite to the url for your site.... if there is a folder that the file is in dont forget to include that as well....

shweta
07-18-2003, 01:06 AM
hi,

Thanks a lot!!

-Shweta