Hi, I created a flash form as a pop-up and I want to fill a field in the 'parent' form with the data I got from the pop-up. How can I do that?
I have a file (a.cfm), which creates a flash form. I want to have a pop-up window, when the user is pressing a button in the form. In the pop-up I will have another flash form with one field (cfinput, name: field1) and a submit button. when the user will click the submit button, the pop-up window will close and the data the user has inserted in field1 will be transfered to a field in the original form. I know how to create the pop-up and how to close it, but I don't know how to transfer a field contents in the pop-up to a field in the form. I hope this time, my problem is understood. Thanks again...
I am trying to accomplish approximately the same thing, except with checkboxes. I have tried using the request scope and the session scope, with limited success using the session scope (I have to refresh the parent screen via the browser's refresh/ctrl-r). Have you found anything more out on this yet? - Joshua
Don't see what you're looking for? Try a search.
|