search

Home  >  Q&A  >  body text

jsp父页面获取子页面的值

jsp父页面获取子页面的值

面对疾风吧面对疾风吧2871 days ago1590

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-10-01 00:01:09

    jsp parent page gets the value of the subpage-PHP Chinese website Q&A-jsp parent page gets the value of the subpage-PHP Chinese website Q&A

    Look around and learn.

    reply
    0
  • 巴扎黑

    巴扎黑2017-02-03 14:55:50

    这样试试 

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


    reply
    0
  • Cancelreply