window.openで開いた画面(子画面)から親画面を操作することが出来ます。 例えば子画面の値を親画面にセットしたり、親画面の値を子画面にセットしたり出来ます。 以下、例です。 子画面から選択した値が入ります。→ <html> <head> <title></title> </head> <body> <input type="button" value="open" onclick="openWindowCenterStd('a.html','new');"> 子画面から選択した値が入ります。→<input type="text" id="field"> </body> </html> <html> <head> <title></title> <script type="text/JavaScript"> function set(){ window.opener.document