How would you (in JavaScript) send information from a popUp window to the window that created that popup. After the user enters some data and hits the submit button on the popup window I want the popup window to close and all the data to be passed back to the calling window (or better yet to a brand new one if possible). IHYKWIM.

Thanks for your help

Spike