Re: [PHP-DB] A Question on Javascript

2002-11-14 Thread Jeffrey_N_Dyke
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

RE: [PHP-DB] A Question on Javascript

2002-11-13 Thread Beau Lebens
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