<iframe src="http://google.it" onload="msg();"> </iframe> <script> function msg() { alert("google loaded"); } </script>