Hejsa. Hvorfor viser den kun de 2 første frames??
Den stopper ved "grad.php" - og viser ikke chat.php osv i IE 7, men virker fint i Firefox??
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>
<head>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-store, no-cache" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>moontower - the new world</title>
</head>
<frameset rows="55,6,370,36" frameborder="0" framespacing="0">
<frameset cols="458,2,287" frameborder="0" framespacing="0">
<frame src="top_left.php" noresize="noresize" scrolling="no" />
<frame src="border.php" noresize="noresize" scrolling="no" />
<frame src="top_right.php" noresize="noresize" scrolling="no" />
</frameset>
<frameset cols="100%" frameborder="0" framespacing="0">
<frame src="grad.php" noresize="noresize" scrolling="no" />
</frameset>
<frameset cols="458,2,287" frameborder="0" framespacing="0">
<frame src="chat.php" noresize="noresize" scrolling="no" />
<frame src="border.php" noresize="noresize" scrolling="no" />
<frame src="info.php" noresize="noresize" scrolling="no" />
</frameset>
<frameset cols="458,2,287" frameborder="0" framespacing="0">
<frame src="message.php" noresize="noresize" scrolling="no" />
<frame src="border.php" noresize="noresize" scrolling="no" />
<frame src="icons.php" noresize="noresize" scrolling="no" />
</frameset>
</frameset>
</html>