I am using a jquery plugin called colorbox, this might be irrelevent though as my colorbox just opens an iframe on screen.
So more basic I guess is, I have 3 variables on my parent window that are returned from an AJAX call with jquery:
data.response
data.comment
data.userid
After these are set lower down in my script I call my colorbox/iframe that opens a new page in the iframe box. I then run some code, a captcha and some other stuff hapens, I then have the iframe box close.
Now I can easily send data from the iframe using parent.variable but can't do it the other way around.
SO my question is, after closing the iframe and I am returned to my parent window, are the 3 variables data.response data.comment data.userid
Are these still available?