<a href="xx.htm" onclick="var a = window.open(this.href);a.document.execCommand('SaveAs')">test</a>

解决方案 »

  1.   

    <a href=""  onclick="this.href=location.href;var a = window.open(this.href,'_self');a.document.execCommand('SaveAs')">将此页保存</a>
      

  2.   

    <OBJECT classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" height="0" id="WebBrowser" width="0"></OBJECT> [<a href="####" onmouseover="javascript:window.status='保存这篇文章到本地硬盘'; return true" onmouseout="javascript:window.status=''; return false"  onclick="document.all.WebBrowser.ExecWB(4,1)">将此页保存</a>]