frameset.html 322B

12345678910
  1. <html>
  2. <head><title>Frameset for testing of SimpleTest</title></head>
  3. <frameset rows="50%, *">
  4. <frame name="aaa" src="frame_a.html" />
  5. <frame name="bbb" src="frame_b.html" />
  6. <noframes>
  7. <body>This content is for no frames only.</body>
  8. </noframes>
  9. </frameset>
  10. </html>