<html>
<head>
<script type="text/javascript">
function openNewWin(){
  //window.open("1.html",null,"width=100,height=100");
  window.open ('1.html', 'newwindow', 'height=100, width=400, top=0,left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no')
}
</script>
</head>
<body>
<form action="">
<input type="button" value="create a new window" onClick="openNewWin();">
</form>
</body>
</html>
<html>
<head></head>
<body>
<h1 align="center">欢迎欢迎</h1>
</body>
</html>
我想弹出个窗口,怎么在ie8下新打开了个标签呢?
为嘛呢??求救