• window.open打开新窗口报错ie 位指明错误,原因是window没有加引号!


    function JsMod(htmlurl,tmpWidth,tmpHeight){
    htmlurl=getRandomUrl(htmlurl);
    var newwin = window.open(htmlurl, "window", "height=" + tmpHeight + ",width=" + tmpWidth);
    window.location.href = window.location.href;
    }

    function setSelectValue(cxxf02id,xmmc){
    window.opener.document.getElementById("kch").value = cxxf02id;
    window.opener.document.getElementById("kcmc").value = xmmc;
    window.opener.fillOtherText();
    window.close();

    }

  • 相关阅读:
    作业
    第四次作业
    第三次作业
    作业
    第4次作业
    第3次作业,c语言
    第二次作业
    黄义方 作业4
    课堂作业
    第三次作业
  • 原文地址:https://www.cnblogs.com/itniwota/p/6800322.html
Copyright © 2020-2023  润新知