Send the message from the iframe: window.top.postMessage('reply', '*'). And listen to it in the parent: window.onmessage = function(event){ ...
確定! 回上一頁