编辑下面的代码:
【加编码】
查看效果 »
<html> <head> <script> function load() { alert("Page is loaded"); } </script> </head> <frameset onload="load()" cols="50%,50%"> <frame src="frame_a.htm"> <frame src="frame_b.htm"> </frameset> </html>
结果:
【此窗口】
帮助?