jsp父页面获取子页面的值
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.
这样试试
function test(tt){ document.getElementById("testValue").value = tt; } function test2(){ opener.test("传值到父窗体"); window.close(); }
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.
这样试试