<html> <head> <script> function load() { alert("Frame is loaded"); } </script> </head> <frameset cols="50%,50%"> <frame src="frame_a.htm" onload="load()">
確定! 回上一頁