In quirks mode (IE5.5), i'm trying to acces in Javascript from my Iframe to my parent. The composition of the page is like this :
<frameset id="mainFrame">
<frame name="content">
<iframe id="window">
</iframe
</frame>
</frameset>
So the script take place in the Iframe id="window", but need to acces a label inside the frame name"content".
I can't directly acces it by a getElementById, and don't know any other way in quirks mode to make it work.