Hallo!
Ich hab da ein Problem:
Ich hab ein 3er-Frameset:
www.richter-reichenbach.de
Code des Framesets Index.html:
<frameset rows="*" cols="183,*" border="0" frameborder="no" framespacing="0">
<frame name="leftFrame" src="left_menu2.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize />
<frameset rows="196,*" border="0" frameborder="no" framespacing="0">
<frame name="topFrame" src="top_menu2.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" />
<frame name="mainFrame" src="enter.html" marginwidth="0" marginheight="0" scrolling="auto" frameborder="0" />
</frameset>
<noframes>
<body></body>
</noframes>
</frameset>
Unten rechts ist der mainFrame
Nun hab ich da versucht, ein neues Frameset reinzudrücken, wenn man auf "Biografie" klickt! Das funktionierte nicht!
Dann habe ich es mit einem iFrame versucht:
Code:
<iframe src="bio_head.html" name="bio_head" width="100%" height="295" marginheight="0" marginwidth="0" border="0" frameborder="0" scrolling="no" noresize="no" />
Doch wenn man auf "Biografie" klickt, bleibt der Mainframe schwarz!
Wenn man allerdings
www.richter-reichenbach.de/bio_head.html
aufruft, sieht man, daß der Code scho mal stimmt
Habt Ihr ideen?