1。 效果图: 2。 主页面的代码: 复主代码 代码如下: <제목>제목> <br>함수 open_windows_and_get_selectedinfo(openwindow, control, control2) { <br>var str = window.showModalDialog(openwindow, window, "dialogWidth=740px;dialogHeight=600px;center=yes;help=no;resizing=no;status= 아니요"); <br>if (!str) <br>return; <br>document.getElementById(control).value = str[0]; <br>document.getElementById(control2).value = str[1]; <br>} <br><br> <본문>