var win = window.open('test.html', 'test', 'width=640,height=480'); win.onload = function() { this.document.body.innerHTML = 'Hello world'; };