click_frames.html 227 B

12345678910
  1. <html>
  2. <head>
  3. <title>click frames</title>
  4. </head>
  5. <frameset rows="*" border="1">
  6. <frame src="clicks.html" name="source" scrolling="NO" noresize>
  7. <frame src="xhtmlTest.html" name="target">
  8. </frameset>
  9. </frameset>
  10. </html>