F
Frank
I have a page that requires Name and Email before you click on a
Download button, which then redirects you to a ".msi" file. (Using
<input type="hidden" name="outputURL"
value="http://www.location.com/filename.msi">
Doing this with Internet Explorer gives you a prompt asking you if you
want to save the file. But if you use Mozilla, it just loads the .msi
file into the browser window as if it were text.
Is there a way I can set up the page so Mozilla also prompts you for
download instructions instead of loading the code into the window?
Thanks in advance for any clues.
- Frank
Download button, which then redirects you to a ".msi" file. (Using
<input type="hidden" name="outputURL"
value="http://www.location.com/filename.msi">
Doing this with Internet Explorer gives you a prompt asking you if you
want to save the file. But if you use Mozilla, it just loads the .msi
file into the browser window as if it were text.
Is there a way I can set up the page so Mozilla also prompts you for
download instructions instead of loading the code into the window?
Thanks in advance for any clues.
- Frank