The relationsionship can be maintained by window.opener from within the
child wildow -> parent window, and the simply the name of the window you
assigned can be used when going from the parent window -> child window.
hth
jeff
Not that there is actually a question in there...
I assume your question is "How do I pass a value from a window which was
opened via JavaScript, back to the window which opened it"
Short answer: "window.opener" <-- read up in a javascript reference manual
about this object.
Longer answer
aft