Aside from finding a few javascript examples about changing form information in a parent windows from a child window I've actually not found anything regarding the above subject line. What I'm trying to do is upload images in an iframe and then update the proper div with ajax. If at all possible. I've got the basic setup, the iframe and the div, I can properly upload images and then the iframe can redirect back to the upload form again with no problems.
Problem is, how do I go about updating the div in the parent? I've tried a number of ajax calls but everything is rendered in the iframe where the form is being submitted, and the parent contains other form information so it can't simply be refreshed the parent to show the changes otherwise the other form data will be lost. Anyone got any ideas and / or examples? I know someone has done something similar to this in the past as I've seen people discussing it, but not once have I seen an example or tutorial. Any help would be appreciated. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
