I've been searching on many sites about how to close prettyphoto manually and send a php value into the parent page but nothing helps.
What I'm trying to do is this; when people click a link in the parent page it shows up the prettyphoto iframe, within that iframe people can upload an image and crop it. There is a link/button in that iframe so when people click on that link/button, it will close the prettyphoto iframe and then send a php value back to the parent page.
I've tried many scripts I found on the web but nothing works. The prettyphoto iframe closes, but it doesn't send any php value back to the parent page.
This is the simple scenario:
parent page (link clicked) -> prettyphoto (people can upload & crop photo) -> store value in hidden file (i store the photo name) -> click back button -> close prettyphoto iframe and send value to parent page
I'm really new to php and jquery and I apologise for my bad english :)