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