How do I initialize an automatic download of a file in IE?
For example in the download page, I want the download link to appear and a message: "If you download doesn't start automatically .... etc". The download should begin shortly after the page loads.
In FireFox this is easy just need to include a meta tag in the header < meta http-equiv="Refresh" content="n;url" > where n is number of seconds and url is the download url. This does not work in IE. Can anyone provide me with a idea of how to make this work in IE browsers?