1: 2: 3: 4: 5:
function close_window() { opener.document.getElementById("Page1_TxtA").value=document.getElementById("Page2_Txt1").value; opener.document.getElementById("Page1_TxtA").onchange(); window.close(); }