Comment accéder à la fonction parentale à partir d'Iframe
document.getElementById('targetFrame').contentWindow.targetFunction();
Old Knight
document.getElementById('targetFrame').contentWindow.targetFunction();