var iframe = document.getElementsByTagName('iframe')[0]; // сработает iframe.onload = function() { alert( "iframe onload" ); };