|
hello,
I need to make html link to a linux install file.
I would like the explorer (Mozilla) to give me the option to open the file using the installer.
As for now- it gives me the options to save the file ot open it using Realplayer.
The file is an rpm file.
My code:
<a href="filename.rpm"> Download </a>
|