SOURCE

window.open("http://www.baidu.com/","wroxWindow",
"height=400,width=400,top=10,left=10,resizable=yes");


// var wroxWin = window.open("http://www.wrox.com/","wroxWindow","height=400,width=400,top=10,left=10,resizable=yes");
	
// 	//调整大小
// 	wroxWin.resizable(500,500);
// 	//移动位置
// 	wrox.moveTo(100,100);
// 	调整close()方法还可以关闭新打开的窗口。
// 	wroxWin.close();
	
console 命令行工具 X clear

                    
>
console