I have a page that have this structure.
<frameset>
<frame name="MenuFrame"></frame>
<frameset>
<frame name="topFrame"></frame>
<frame name="mainFrame"></frame>
</frameset>
</frameset>
And in the frame "mainFrame" i need to access some components with javascript.
I can get access to the components when just running the mainFrame in a separate window. Javascript works when running it alone.
When running all the frames i cant do any javascript. What causes this problem?