<html> <head> <title>Untitled Document</title> <script> function func(){ alert(document.getElementById("site").src); } </script> </head> <body> <iframe id="site" src="http://ya.ru/" onload="func()"></iframe> </body> </html>