var newWindow = open("nextPage") newWindow.onload = function(){ doSmth( this.document.getElementById("foo") ) }