Forum Moderators: open
In short: I'd like them to just click a link and the "Save as.." dialog would pop up.
Thanks,
Joe
[webmasterworld.com...]
index.html
... <a href="downloadmov.html" target=new_window> Download </a> ...
downloadmov.html
<head>
<meta http-equiv="refresh" content="0; URL=loctaionof.mov">
</head>
However there is a down side to this method in that the user may've turned off meta refresh, pop-up blockers may see it as a popup.
cmatcme