OFFTOPIC: Bitte wähle das nächste Mal einen brauchbaren Titel!
Zum Thema:
Du solltest Dir das Thema - wie baue ich Framesets nochmal zu Gemüte führen!
Der Mozilla packt den Sch*** den Du da geschrieben hat sogar noch - dem IE wird das einfach zu viel (ist ihm auch nicht zu verübeln!)
Hier haste mal die richtige Implementierung Deines Framesets (auch wenn ich Framesets verabscheue).
PS: die volle URL bei den einzelnen Frame Source Angaben ist nicht notwendig - nur ich brauchte das zu testen.
Code:
<html>
<head>
<title>Studiocasa Template 001</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
</head>
<frameset cols="158,*" frameborder="0" border="0" framespacing="0">
<frame name="leftFrame" scrolling="NO" noresize src="http://roumors.ro.funpic.de/left_frame.htm">
<frameset rows="94,*" frameborder="0" border="0" framespacing="0">
<frame name="topFrame" noresize scrolling="NO" src="http://roumors.ro.funpic.de/top_frame.htm">
<frame name="mainFrame" src="http://roumors.ro.funpic.de/source.htm" scrolling="auto">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
</frameset>
</html>