Placer din <body> i et noframes, som beskrevet nederst på html.dk og doxtype skal stå allerøverst.
Men da du ikke har noget indhold i <body>, så kan den godt udelades.
Det i <body> bliver kun vist hvis browseren ikke forstår frames.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"><html>
<head>
<title>Modern-Solutions.dk - Chat Beta 0.9</title>
<link href=style.css rel=stylesheet type=text/css />
<meta http-equiv=Content-Type content=text/html; charset=iso-8859-1 />
<script type="text/javascript">
function myOpen(url, w, h) {
var MyWindow, navn = "MyWindow" + new Date().getTime();
MyWindow =
window.open(url,navn,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+
w+",height="+h);
}
</script>
<script>
function visSkjul() {
obj = (document.getElementById) ? document.getElementById("minDiv") : document.all.minDiv;
obj.style.display = (obj.style.display == "inline") ? "none" : "inline";
}
</script>
</head>
<frameset rows="100,*" frameborder="NO" border="0" framespacing="0">
<frameset cols="*,0" frameborder="NO" border="0" framespacing="0" rows="*">
<frameset cols="*,0" frameborder="NO" border="0" framespacing="0" rows="*">
<frame name="topFrame" scrolling="NO" noresize src="chat_F1.php" >
<frame name="rightFrame1" scrolling="NO" noresize src="hidden_f.php">
</frameset>
<frame name="rightFrame" scrolling="NO" noresize src="hidden_f2.php">
</frameset>
<frameset rows="*,50" frameborder="NO" border="0" framespacing="0">
<frameset cols="160,*" frameborder="NO" border="0" framespacing="0" rows="*">
<frame name="leftFrame" scrolling="NO" noresize src="chat_F2.php">
<frame name="mainFrame" src="chat_F3.php">
</frameset>
<frame name="bottomFrame" scrolling="NO" noresize src="chat_F4.php">
</frameset>
</frameset>
<noframes>
<body topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"></body>
</noframes>
</html>