var iframe = document.getElementById('iframeId'); iframe.onload = function() { this.contentWindow.alert('Loaded'); }