Guten Tag Experten,
ich habe ein Ausgabeproblem mit meiner Homepage.
Beim Ausführen meiner main, habe ich das problem das meist alle rechten banner oft nicht angezeigt werden, erst nach einigen malen aktualisieren. Ich möchte mit eurer hilfe das problem gerne aus dem weg schaffen, denn es nervt
Hier ist meine main.html:
<html>
<head>
<title>test</title>
<link rel="stylesheet" type="text/css" href="css/standard.css">
</head>
<FRAMESET cols="100,*" BORDER=0 FRAMEBORDER=NO FRAMESPACING=0>
<FRAMESET ROWS="70,*" BORDER=0 FRAMEBORDER=NO FRAMESPACING=0>
<FRAME SRC="./logo.htm" NAME="logo" SCROLLING=no>
<FRAME SRC="./left.htm" NAME="left" SCROLLING=no>
</FRAMESET>
<FRAMESET rows="35,*" BORDER=0 FRAMEBORDER=NO FRAMESPACING=0>
<FRAME SRC="./on_top.htm" NAME="on_top" SCROLLING=no noresize>
<FRAMESET cols="*,150" BORDER=0 FRAMEBORDER=NO FRAMESPACING=0>
<FRAMESET rows="35,*" BORDER=0 FRAMEBORDER=no FRAMESPACING=0>
<FRAME SRC="./top_start.htm" NAME="top_menu" SCROLLING=no noresize>
<FRAME SRC="./submain.htm" NAME="submain">
</FRAMESET>
<FRAMESET rows="35,50%,35,50%,35,50%" BORDER=0 FRAMEBORDER=no FRAMESPACING=0>
<FRAME SRC="./right_top_banner.htm" NAME="right_top_banner" SCROLLING=no noresize>
<FRAME src="./leer_blue.htm" NAME="right_top" SCROLLING=yes noresize FRAMEBORDER=no>
<FRAME SRC="./right_middle_banner.htm" NAME="right_bottom_banner" SCROLLING=no noresize>
<FRAME src="./leer_blue.htm" NAME="right_middle" SCROLLING=yes noresize FRAMEBORDER=no>
<FRAME SRC="./right_bottom_banner.htm" NAME="right_bottom_banner" SCROLLING=no noresize>
<FRAME src="./leer_blue.htm" NAME="right_bottom" SCROLLING=yes noresize FRAMEBORDER=no>
</FRAMESET>
</FRAMESET>
</FRAMESET>
</FRAMESET>
</html>
Hier ist der code von right_top_banner.htm:
<html>
<head>
<link rel="stylesheet" type="text/css" href="./style/standard.css">
<script language="JavaScript" src="./data/news.js"></script>
<script language="JavaScript" src="./data/functions.js"></script>
</head>
<body bgcolor=10c0f0 onload=show_content('news',0,true,parent.right_top.document,'up')>
<center>
<table align="center" width=100% border=0>
<tr><th>test ABC
</th></tr>
</table>
</center>
</body>
</html>
Vielen dank im vorraus.