不就是另存为???<input name=Button onClick=document.all.WebBrowser.ExecWB(4,1) type=button value=另存为><OBJECT classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 id=WebBrowser width=0></OBJECT> 

解决方案 »

  1.   

    http://www.csdn.net/Develop/Read_Article.asp?Id=8243
    对链接可以用蚂蚁下载
      

  2.   

    有网际快车的可以用<script>
    function document.onclick(){
    if(event.srcElement.tagName!="A")return;
    try{
    var JetCarCatch=new ActiveXObject("JetCar.Netscape");
    JetCarCatch.AddUrl(event.srcElement.href,event.srcElement.title,"秋水无恨")
    event.returnValue=false;
    }catch(e){alert("没有jetcar?");}
    }
    </script>
    <a href=http://www.csdn.net title=csdn>csdn</a>
    <a href=http://www.blueidea.com>blue</a>