Wie schaffe ich es, dass mein Frameset im Netscape richtig angezeigt wird? Ich verwende ein
Frameset, das zusätzlich noch in einen Frame eingebettet ist.
Im IE und im Mozilla funktioniert's ohne Probleme!
Wenn man man www.abcsystems.ch mit dem Netscape öffnet sieht man mein
für mich unverständliches Problem!
Mein Code: --> Frameset in Frame eingebettet
-------------------------------------------------------------------------
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>START</title>
</head>
<body bgcolor="#CCCCCC">
<!-- Start of StatCounter Code -->
<script type="text/javascript" language="javascript">
var sc_project=287997;
var sc_partition=1;
var sc_invisible=1;
</script>
<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/frames.js"></script><noscript><a href="http://www.statcounter.com" target="_blank"><img src="http://c2.statcounter.com/counter.php?sc_project=287997&java=0" alt="web site counters" border="0"></a> </noscript>
<!-- End of StatCounter Code -->
<div align="center">
<table border="0" width="100%" id="table1" height="100%">
<tr>
<td>
<iframe src="START.htm" width="959" height="100%"
name="I1" align="center">
<p>Ihr Browser kann leider keine eingebetteten Frames anzeigen!</p>
</iframe>
</td>
</tr>
</table>
</div>
</body>
</html>
-----------------------------------------------------------------------
Mein Code: --> Frameset
------------------------------------------------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"" target="_blank" rel="nofollow">http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>START</title>
</head>
<noframes>
<body>
Sorry, aber Ihr Browser unterstütz keine Frames!
</body>
</noframes>
<frameset rows=161,*,20 framespacing='0' frameborder='0' border=0>
<frame frameborder='0' framespacing src="banner.htm" noresize scrolling='no'
name="banner" target="main" style="margin-left: 2">
<frameset cols="135,*">
<frame frameborder='0' framespacing='0' src="navigation.htm" name="nav" scrolling="no" target="main" style="background-color: #FFFFFF">
<frame name="main" src="home.htm" scrolling="auto" target="_self" style="background-color: #FFFFFF">
</frameset>
<frame frameborder='0' framespacing src="copyright_abcsystems.htm" name="Copyright ABC SYSTEMS AG" scrolling="no"
target="main" marginheight="5">
</frameset>
-------------------------------------------------------------------------
Ich hoffe es kann mir jemand von euch helfen!
Vielen Dank!
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>START</title>
</head>
<body bgcolor="#CCCCCC">
<!-- Start of StatCounter Code -->
<script type="text/javascript" language="javascript">
var sc_project=287997;
var sc_partition=1;
var sc_invisible=1;
</script>
<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/frames.js"></script><noscript><a href="http://www.statcounter.com" target="_blank"><img src="http://c2.statcounter.com/counter.php?sc_project=287997&java=0" alt="web site counters" border="0"></a> </noscript>
<!-- End of StatCounter Code -->
<div align="center">
<table border="0" width="100%" id="table1" height="100%">
<tr>
<td>
<iframe src="START.htm" width="959" height="100%"
name="I1" align="center">
<p>Ihr Browser kann leider keine eingebetteten Frames anzeigen!</p>
</iframe>
</td>
</tr>
</table>
</div>
</body>
</html>
-----------------------------------------------------------------------
Mein Code: --> Frameset
------------------------------------------------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"" target="_blank" rel="nofollow">http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>START</title>
</head>
<noframes>
<body>
Sorry, aber Ihr Browser unterstütz keine Frames!
</body>
</noframes>
<frameset rows=161,*,20 framespacing='0' frameborder='0' border=0>
<frame frameborder='0' framespacing src="banner.htm" noresize scrolling='no'
name="banner" target="main" style="margin-left: 2">
<frameset cols="135,*">
<frame frameborder='0' framespacing='0' src="navigation.htm" name="nav" scrolling="no" target="main" style="background-color: #FFFFFF">
<frame name="main" src="home.htm" scrolling="auto" target="_self" style="background-color: #FFFFFF">
</frameset>
<frame frameborder='0' framespacing src="copyright_abcsystems.htm" name="Copyright ABC SYSTEMS AG" scrolling="no"
target="main" marginheight="5">
</frameset>
-------------------------------------------------------------------------
Ich hoffe es kann mir jemand von euch helfen!
Vielen Dank!
Liebe Grüsse,
Hobbit