in reply to Separate window for security report
domyform.inputvar.value = 'whatever';
or whatever other objects you have to work with between 'mainwindow' and 'myform'. You may wish to consider consulting any of the thousands of JavaScript-oriented web sites on the 'Net for information on accessing objects in multiple windows.mainwindow.myform.inputvar.value = 'whatever';
|
|---|