Search found 2 matches

by stuartmarsh
Sat Jul 30, 2005 7:33 am
Forum: Javascript
Topic: Returning values from popup form
Replies: 2
Views: 535

Thanks I think thats what Im looking for.
Now I just need to put it into a function and Im done.
Thanks for the help. :D
by stuartmarsh
Fri Jul 29, 2005 9:33 am
Forum: Javascript
Topic: Returning values from popup form
Replies: 2
Views: 535

Returning values from popup form

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...