求助啊。有木有大大
<!DOCTYPE html>
<html>
<head>
<title> new document </title>
<meta http-equiv="Content-Type" content="text/html; charset=gbk"/>
<script type="text/javascript">
function openWindow()
var sz=confirm("即将打开网站");
if (sz=true){
var uar=prompt("打开网站","http://www.imooc.com");
if(uar!=null){
window.open('http://www.imooc.com','_blank','width=500,height=400,menubar=on, toolbar=on');
}
}
</script>
</head>
<body>
<input type="button" value="新窗口打开网站" onclick="openWindow()" />
</body>
</html>
求助!!
请问那里错啦。