Click to See Complete Forum and Search --> : Frame error


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>

kaurotu
07-03-2006, 10:17 AM
well maybe the problem is in the fact that you don't have COLS values.

sometimes it's just best to manually put everything in rather then letting the browser figure it out. but if the page shows up like you want to in the actual web browser then it doesn't matter.(depending on the browser of your choice)