js parent to iframe code example
Example 1: how to access parent function from iframe
document.getElementById('targetFrame').contentWindow.targetFunction();
Example 2: js pass variable from iframe to parent window
window.parent.zipPhoneCallback(zipphone);