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