Heim  >  Fragen und Antworten  >  Hauptteil

jsp父页面获取子页面的值

jsp父页面获取子页面的值

phpcn_u699phpcn_u6992832 Tage vor1285

Antworte allen(1)Ich werde antworten

  • 巴扎黑

    巴扎黑2017-02-08 15:42:25

    这样试试 

    function test(tt){ 
    document.getElementById("testValue").value = tt; 
    } 
    function test2(){ 
    opener.test("传值到父窗体"); 
    window.close(); 
    }


    Antwort
    0
  • StornierenAntwort