当前页面打开新页面,新页面在当前页面之上

window.open('IM.html','jishitongxun','height=630,width=800,top=111,left=111,toolbar=no,menubar=no,scrollbars=no, resizable=no,location=no, status=no');


width为内容的宽度,高度是内容的高度

你可能感兴趣的:(当前页面打开新页面,新页面在当前页面之上)