i have an iframe that display an externe HTML page. This externe HTML page use a form to send some data(POST method)
i would like the FORM to send its data to the iframe
i tried some thing like window.parent.frames.Myframe and window.parent.frame[myframe]but it didnt work
how to send the data to the parent iframe?