|
thx for the replies,
parent.opener.window.document.<FormName>.<FieldNam e>.value = document.<ChildFormName>.<Field>.value;
now the above code is working fine when I opened a window with window.open
but...
it's not working when I open a MODAL window....
with window.showModalDialog(....)
does it not work with the modal windows or do I need to change some code
|