哪里出错了 ?
//哪里出错了
function openwindow(){
var mywin=confirm("是否打开?");
if(mywin==true){
window.open('http://www.imoooc.com','_blank',width=400,hieght=500,left='0');
}
</script>
</head>
<body>
<input name='button' type="button" value="button" onclick="openWindow()" />