帮忙看下哪错了,点击后没反应,谢谢!!!
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>close()</title>
<script type="text/javascript">
function ahou(){
var mywin=window.open("http://www.imooc.com");
var win=confirm("guan?");
if(win==ture){
mywin.close(); }
else{alert("不关");}
}
</script>
</head>
<body>
<input type="button" name="button" value="are you sure?" onClick="ahou"/>
</body>
</html>