<body onkeydown='self.close()'>Press Any Key and I'll close this window.</body> A=window.open(); A.document.open(); A.document.write(b); A.document.close();
var y=window.screen.height; var x=window.screen.width; window.moveTo(0,0); window.resizeTo(x,y);