可调整大小和不可调整大小的框架

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