>  Q&A  >  본문

jsp父页面获取子页面的值

jsp父页面获取子页面的值

phpcn_u699phpcn_u6992782일 전1252

모든 응답(1)나는 대답할 것이다

  • 巴扎黑

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

    这样试试 

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


    회신하다
    0
  • 취소회신하다