编辑下面的代码:
【加编码】
查看效果 »
<html> <head> <script> function load() { alert("Iframe is loaded"); } </script> </head> <body> <iframe onload="load()" src="/"> <p>Your browser does not support iframes.</p> </iframe> </body> </html>
结果:
【此窗口】
帮助?