solomon_13000
07-03-2006, 06:28 AM
The problem I am facing with the HTML bellow is that when try opening the file containing html code bellow using macromedia dreamviewer I am receiving the error msg "Frameset contains no ROWS or COLS values. Defaulting to 2 rows.". But when I use front page, no errors at all. How do I solve the problem?
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="92%,8%" frameborder="NO" border="0" framespacing="0" bordercolor="#FFFFFF">
<frameset frameborder="NO" border="0" framespacing="0" cols="*" bordercolor="#FFFFFF">
<frame name="middleFrame" src="MiddleFrame.asp">
</frameset>
<frameset frameborder="NO" border="0" framespacing="0" cols="*" bordercolor="#FFFFFF">
<frame name="bottomFrame" scrolling="NO" noresize src="BottomFrame.asp">
</frameset>
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
</html>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="92%,8%" frameborder="NO" border="0" framespacing="0" bordercolor="#FFFFFF">
<frameset frameborder="NO" border="0" framespacing="0" cols="*" bordercolor="#FFFFFF">
<frame name="middleFrame" src="MiddleFrame.asp">
</frameset>
<frameset frameborder="NO" border="0" framespacing="0" cols="*" bordercolor="#FFFFFF">
<frame name="bottomFrame" scrolling="NO" noresize src="BottomFrame.asp">
</frameset>
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
</html>