I have a pop up window that has several buttons on it. One of the buttons needs to submit a form with hidden inputs and have the action of the form be directed to the original window (the window that spawned the pop up). Then the pop up window will close.
I know how to do this by putting the hidden form values in the querystring, BUT I do not want to pass the data that way. I want to pass them using the post method as hidden inputs.
Anyone have any ideas on this?
-Greg
I know how to do this by putting the hidden form values in the querystring, BUT I do not want to pass the data that way. I want to pass them using the post method as hidden inputs.
Anyone have any ideas on this?
-Greg