Einzelnen Beitrag anzeigen
Alt 28.09.2004, 16:58   #5
T.dot
Master
 
Registriert seit: 13.08.2003
Beiträge: 624


Standard

folgendes hat bei mir noch in jedem browser funktioniert (nicht w3c konform)

<frameset cols="200,*" border="0">
<frame name="leftFrame" src="456.htm" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" noresize="noresize" />
<frame name="mainFrame" src="123.htm" marginwidth="0" marginheight="0" frameborder="0" />
<noframes>
<body>
Ihr Browser unterstuezt keine Frames.
</body>
</noframes>
</frameset>
T.dot ist offline   Mit Zitat antworten