带有滚动条和不带有滚动条的框架

  1. <html>
  2. <frameset cols="50%,50%">
  3. <frame id="leftFrame" src="/example/hdom/frame_scroll.html">
  4. <frame id="rightFrame" src="/example/hdom/frame_a.html">
  5. </frameset>
  6. </html>