1. 効果図: 2. 主面の代コード: 代制 次のとおりです。 <br>function open_windows_and_get_selectedinfo(openwindow, control, control2) { <br>var str = window.showModalDialog(openwindow, window, "dialogWidth=740px;dialogHeight=600px;center=yes;help=no;resizable=no;status=いいえ"); <br>if (!str) <br>return; <br>document.getElementById(control).value = str[0]; <br>document.getElementById(control2).value = str[1]; <br>} <br><br>