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, preferably without refreshing the parent page.
I believe this can be done with Javascript using something like document.form or similair but I am a newbie at Javascript.
Please help!!