hallo Forum,
Ich möchte auf einer seite ein frameset anzeigen,
in dem die beiden Frames genau gleich breit sind.
Aus irgendeinem mir nicht erkennbaren Grund wird
folgender html-code nicht im Explorer angezeigt.
Mir ist nicht klar, warum nicht.
Danke für einen Tipp.
klikkme
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
</head>
<body>
<frameset cols="*" framespacing="0" border="0" frameborder="NO">
<frameset cols="50,50" border="0" framespacing="0">
<frame name="links" src="seitelinks.html" noresize scrolling="no">
<frame name="rechts" src="seiterechts.html" noresize scrolling="no">
</frameset>
</frameset>
<noframes>
</body>
</html>