ternarylabs / porthole

A proxy to safely communicate to cross-domain iframes in javascript

Home Page:http://ternarylabs.github.com/porthole

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

windowProxy.post(response) not send the messaje to parent page

GaboTaneco opened this issue · comments

My english is not good, sorry.
windowProxy.post inside iFrame's child is not working in the success ajax's call module, this ajax's call submited my form.

My code work well in Chrome but not in Safari, and i don't see why not.

Here my code:
https://gist.github.com/adb2389b83232cf43154
Thanks for your help!