The situation
Trying to get a pop up window to pass back values to a form, then when people click "modify" on the form, it pops up the window and retains the value from the input box.
I'd like to use a combination of php and javascript.
An example would be a date picker. calander pops up in a new window (javascript), date is selected, value passed back to the form ( php ) from the pop up window. Assume the calander is just a component we are interacting with in the pop up.
How would you do this? I know it can be done, and it sould be simple, but I'm wondering if anyone has any insight, or issues they are aware of.
Next question, does anyone know how this can be done in asp as well, and which would be the easiest solution / code to use. Could you do stuff like this through xml?
Any insight would be appreciated.