jsp父页面获取子页面的值
面对疾风吧
面对疾风吧 2017-02-03 14:54:35
0
2
1575

jsp父页面获取子页面的值

面对疾风吧
面对疾风吧

reply all(2)
数据分析师

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(); 
}


Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template