I'am iframing an external html page.
This external page only contains a FORM and i would like to TARGET the iframe.
i tried thing like
target="window.parent.myframe"
target="window.parent.frames['myframe']"
but it did not work...
Any idea why? And any idea how i can make it work?