window.opener.document.getElementById('textfield').value ='test'; window.close(); 如此在新頁面結束時,就會把值'test' 傳回原先頁面的textfield ...
確定! 回上一頁