screen_frames.html 252 B

1234567891011
  1. <html>
  2. <head>
  3. <title>screen test</title>
  4. </head>
  5. <frameset border="0" frameborder="0" framespacing="0" cols="50%, *" rows="*">
  6. <frame id="frame1" src="screen_frame1.html"/>
  7. <frame id="frame2" src="screen_frame2.html"/>
  8. </frameset>
  9. </html>