1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
2<html>
3<head>
4<title>[ 525081 ] frameset rows attr. not recognized</title>
5</head>
6<frameset rows="100%,0%" cols="100%,0%">
7<frame noresize src="mainframe.html" name="main">
8<frame noresize frameborder="0" marginwidth="0" 
9marginheight="0" scrolling="no" src="dummy.html" 
10name="dummy">
11</frameset>
12</html>