Does anybody know how I can pass form values from a popup window back to its parent? I want a button on a webpage to open a small popup window where a user can select from a list of values. When the user clicks OK, I need the form to close and the values to have been passed back to the parent, prefe...