Hi
I'm new too this with webpage and html...
I've done a simple webpage where I would like to have a function on which work like this:
when I go to the webpage (ex www.mywebpage.com) directly when I reach the site I would like to have an exe-file prompting to be downloaded, not a button to push on or a link to go on but a direct action. Can this function be done directly on index.html or do I have to make the file connection to another html-file (ex www.mywebpage.com/download.index)?
I use Apache webserver and have the exe-file under htdocs.
How do i write the HTML code to point to the exe-file?
By the way, when you make a new html-file do you have to go on www.mywebpage.com/download.html or is it possible to make it work with just www.mywebpage.com/download not the html on the end
Thanks
