不可以,修改注册表,把txt与ie的关联去掉

解决方案 »

  1.   

    可是用iframe,有时就可以出来,但只出来一次,再点BUTTON就出不来了.
      

  2.   

    这是BUTTON方法:
    function csv(){
    alert(window.document.all("downfile").src);
    window.document.all("downfile").src="UHD101_1_2.csv";
    }在HTML中有一个iframe </HEAD>
    <iframe src="" name = "downfile" style="display:none"></iframe>
    <BODY BGCOLOR="#FFFFFF" TEXT="#000000">要是在iframe中直接设置src="UHD101_1_2.csv" 就可以,但只出来一次,
    <iframe src="UHD101_1_2.csv" name = "downfile" style="display:none"></iframe>可我想再方法中下载,就怎么都出不来.!!!!!!