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