Dear all,
This should be really easy, but I just can't get it to work.
I have defined two frames:
Now from a link in frame one I want to load a document in frame two:Code:<HTML> <HEAD><TITLE>Test</TITLE></HEAD> <FRAMESET rows="200,*" border="0"> <FRAME id="frmButtons" src="buttons.htm" scrolling="no" noresize> <FRAME id="frmMain" src="" scrolling="no" noresize> </FRAMESET> </HTML>
But it justs ignores my target frame and load the page in the whole window!Code:<a href="Screen1.htm" target="top.frames['frmMain']">[Load Screen]</a>
What am I doing wrong? I just can't see!
TIA for your help,
mc


Reply With Quote


Bookmarks