Well this should be a fiarly simple question to those of you who are experts at php. I have some Javascript on the Client side that uploads a file to a php on my server through a hidden Iframe. I want to return some Javascript to the Iframe.[ <script type='text/javascript'>par ent.myObject.my ResponseVar = $response;paren t.myObject.dclo se();</script>]. $response is a php string var that contains the file upload stats (file name Kbs was successfullly uploaded!) or the error code. Any help you could give me will be greatly appreciated!
Thanks,
Chris
Thanks,
Chris
Comment