Automatic Download?
Hi,
When the user loads the html page I want it to automatically start a download of a file. So what I did was this:
...
<head>
<meta http-equiv="Refresh" content="1; URL=homedir/file.mrc">
</head>
...
Instead, it displays the file, and it looks real messy because it isn't strictly text. How do I get it to automatically download when the page loads? Is there anyway of doing it using javascript, php, cgi, etc.?
Thanks,
JD
|