标题:
请问各位大虾
[打印本页]
作者:
bandiangou2005
时间:
2006-4-21 15:46
标题:
请问各位大虾
问各位大虾如何能够实现点击按钮时在不出现新窗口的情况下出现“文件另存为”对话框?我的意思是我想做一个按钮用来让用户下载文件,如果用window.open的话会出现一个空白的IE窗口,有其他的办法吗? 如何能够实现点击按钮时在不出现新窗口的情况下出现“文件另存为”对话框?
作者:
春秋
时间:
2006-4-21 15:47
<button onclick="document.execCommand('Saveas')">文件另存为</button>
作者:
changfengdaxia
时间:
2006-4-21 15:47
<input type="button" value=" 下载 " name="DownLoad" onclick=window.location="http://download.microsoft.com/msdownload/sbn/activex/mvbrefs.exe">
<button onclick=a1.location="http://download.microsoft.com/msdownload/sbn/activex/mvbrefs.exe">下载</button>
<iframe id=a1 style="width:0;height:0"></iframe>
欢迎光临 编程开发论坛 (http://bbs.lihuasoft.net/)
Powered by Discuz! 6.0.0