How do I post hidden variables to another form from a popup?

A

aaa

I am bringing up a popup which has a couple of fields that the user enters.
I fill the hidden fields then submit and close the popup which then reverts
back to my main form, which retrieves the hidden vars and does the database
operation. Seems straight forward enough but I have run into a few stumbling
blocks including submitting then closing the popup and reverting control
back to the main form to pick up the variables.

Someone has to have done this. Any help is appreciated.
 
E

Eliyahu Goldin

Encapsulate whatever you want to pass back from the popup to the caller into
one object and pass it in window.returnValue property.

Please ask more specific questions. What did you try and what problems did
you encounter?

Eliyahu
 
A

aaa

I did put specifically what I was having trouble with:

"submitting then closing the popup and reverting control
back to the main form to pick up the variables"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top