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>
|