1<html> 
2<head>
3  <title>[#427811] FRAME inside NOFRAME infinite loop</title>
4</head> 
5<!--
6<frameset rows="25%,*">
7  <frame src="title.html" name="p1" scrolling=no> 
8</frameset>
9-->
10<noframes> 
11  <body bgcolor="#000000" text="#ffffff"> 
12  <h1>Need a Frame Capable Browser!</h1> 
13  <frame src="body.html" name="p2"> 
14  </body> 
15</noframes> 
16</html> 
17