案例:javascript案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<frameset cols="50%,50%">
3
  <frame id="leftFrame" frameborder="1" src="/example/hdom/frame_frameborder.html">
4
  <frame id="rightFrame" frameborder="0" src="/example/hdom/frame_a.html" >
5
</frameset>
6
</html>
7