请问各位大虾如何能够实现点击按钮时在不出现新窗口的情况下出现“文件另存为”对话框?
---------------------------------------------------------------
1<button onclick="document.execCommand('Saveas')">文件另存为</button>
---------------------------------------------------------------
1<input name="DownLoad" onclick='window.location="http://download.microsoft.com/msdownload/sbn/activex/mvbrefs.exe"' type="button" value=" 下载 "/>
1<button onclick='a1.location="http://download.microsoft.com/msdownload/sbn/activex/mvbrefs.exe"'>下载</button>
1<iframe id="a1" style="width:0;height:0"></iframe>