下载文件

<!--安装MIS文件链接 -->
function loadSymbMsi() {
    //获取当前网址,如: http://localhost:8083/uimcardprj/share/meun.jsp
    var curWwwPath = window.document.location.href;
    //获取主机地址之后的目录,如: uimcardprj/share/meun.jsp
    var pathName = window.document.location.pathname;
    var pos = curWwwPath.indexOf(pathName);
    //获取主机地址,如: http://localhost:8083
    var localhostPaht = curWwwPath.substring(0, pos);
    var url= localhostPaht +"/clsp/symbMsi/setup.msi";
    window.open(url);
}

 

posted @ 2017-10-19 09:42  紫华  阅读(151)  评论(0编辑  收藏  举报