bossy22: Probleme mit Frames

Beitrag lesen

Warum wird dieser Code in keinem Browser dargestellt, außer in safari?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
 <title>studio2berlin</title>
 <meta name="generator" content="BBEdit 7.1.1" />
</head>
<body>
<frameset rows="*,400,*" border="0" frameborder="0" framespacing="0">

<frame src="top.html" frameborder="0" name="top" marginheight="0" marginwidth="0" scrolling="no" noresize="noresize" />

<frame src="main.html" frameborder="0" name="main" marginheight="0" marginwidth="0" scrolling="no" noresize="noresize"  />

<frame src="bottom.html" frameborder="0" name="bottom" marginheight="0" marginwidth="0" scrolling="no" noresize="noresize" />
</frameset>

</body>
</html>

Was habe ich hier grundsätzlich falsch gemacht?

Gruß