js模拟下载

            <a id="downFile" href="" style="display: none;"><span id="fp"></span></a>
$.post('../Handler/DownFileHandler.ashx', { action: "downfile", filename: res.FILE }, function (downRes) {
                                    $("#downFile").attr("href", "../Handler/DownFileHandler.ashx?url=" + downRes);
                                    $("#fp").click();
                                });

 

posted @ 2016-10-18 14:33  siaslfs  阅读(157)  评论(0编辑  收藏  举报