简单教程
提交运行
代码编辑器:
<script> function load(){ alert("Frame is loaded"); } </script> <frameset cols="50%,50%"> <frame src="/static/media/html/frame_a.html" onload="load()"> <frame src="/static/media/html/frame_b.html"> </frameset>
运行结果: