Send data from an iframe to its parent window. // Called from the iframe. window.parent.postMessage(message, '*');. Where message is a string.
確定! 回上一頁