<head>
<script language=javascript>
<!--
function click() {
if (event.button==2) {document.execCommand('Saveas')}}
document.onmousedown=click
//-->
</script>
</head><body onload="click();">

解决方案 »

  1.   

    楼上老兄的方法的结果的另存当前文档。只是我要的不是这个,而且我的问题也搞定了。
    多亏前两天看了RFC2616 HTTP 1.1 协议的内容,用了一段ASP搞定了。
    不过仍然谢谢楼上的关注:)
      

  2.   

    <A href="http://localhost:7001/DYFAMIS/1.htm#" 
    onclick=javascript:document.all.WebBrowser.ExecWB(4,1) onmouseout=kill() 
    onmouseover="popup('取消操作,返回上一页','#FFFFCC')" target=_self><IMG border=0 height=16 
    src="" width=16>另存为</A>|
    <OBJECT classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 
    id=WebBrowser width=0></OBJECT>