<script language="JavaScript">
function pop() {
var W1 = window.open('popup.html','Popup1',"toolbar=no,status=no,location=yes, directories=no,menubar=no,scrollbars=yes,resizable=yes,width=160,height=160");
}
</script>
<body onload="pop()">
上面的脚本如果我的问题的答案。谢谢