The showModalDialog method allow for a second parameter that is a data
"structure" which used by the child window and can be passed back to the
parent page afterwards. This is the functionality that I also need to be
working in e.g. Netscape 4.7x.
thanks
please also reply to my email address as well.
Rudolf Henning
Rud...@Hotmail.com
--
Martin Honnen
http://javascript.faqts.com/
http://home.t-online.de/home/martin.honnen/jsgoddies.html
would it be possible to give a sample of how to manipulate the 'opener'
window properties once the modal window is closed?
Would it be something in the line of
var win = window.open('whatever.html', 'windowName', 'modal=1');
localvar = win.someproperty; -- where someproperty was defined in
whatever.htm
Rudolf
"Martin Honnen" <Martin...@t-online.de> wrote in message
news:3B10E7F7...@t-online.de...