window.w = window.open('http:\/\/ya.ru') document.body.onclick = function(){ if(self.w) self.w.focus(); }