http://expert.csdn.net/Expert/topic/1279/1279763.xml?temp=.3173487

解决方案 »

  1.   

    <input type=button value=保存     onclick=document.execCommand('SaveAs')>
    <input type=button value=另存为   onclick=document.execCommand('Saveas',false,'c:\\test.htm')>
    <OBJECT id=WebBrowser classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 width=0></OBJECT>
    <input type=button value=另存为   onclick=document.all.WebBrowser.ExecWB(4,1)>