Cómo acceder a la función principal desde iframe
document.getElementById('targetFrame').contentWindow.targetFunction();
Old Knight
document.getElementById('targetFrame').contentWindow.targetFunction();