how to use a function defined in parent inside iframe code example
Example: how to access parent function from iframe
document.getElementById('targetFrame').contentWindow.targetFunction();
document.getElementById('targetFrame').contentWindow.targetFunction();