【发布时间】:2010-04-05 08:40:37
【问题描述】:
我想做一个这样的链接下载
http://idwallpaper.com/download.php?image_id=1517
我已经尝试过类似这样的其他教程
<script>
function SaveFile(fname){
img.document.execCommand('saveas', null ,fname)
}
</script>
<iframe id="img" src="myimage.jpg" width="(image width + 20)px" height="(image height + 25)px" scrolling="no" frameborder="0px"></iframe>
<button onclick="SaveFile('myimage.jpg');">save as</button>
虽然在 FireFox 中不起作用.....
【问题讨论】:
标签: html ruby-on-rails