怎样用javascript或Jquery或extjs点击按钮弹出另存为对话框?
2个回答
2013-06-13
展开全部
<input type=button value='Open' onclick=document.execCommand('open')>
<input type=button value='Copy' onclick=document.execCommand('Copy')>
<input type=button value='Cut' onclick=document.execCommand('cut')>
<input type=button value='Paste' onclick="t.focus();document.execCommand('Paste');"><input type=button value='SavaAs' onclick=document.execCommand('SaveAs')>
<input type=text value='选中一些文字试试' size=40 id=t>
<input type=button value='Copy' onclick=document.execCommand('Copy')>
<input type=button value='Cut' onclick=document.execCommand('cut')>
<input type=button value='Paste' onclick="t.focus();document.execCommand('Paste');"><input type=button value='SavaAs' onclick=document.execCommand('SaveAs')>
<input type=text value='选中一些文字试试' size=40 id=t>
2013-06-13
展开全部
只有IE的document.execCommand("SaveAs");
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询