求大神来看下哪里不对,希望一一指出,新司机上路
<!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 bli=confirm('是否打开大门?')
if (bli==true){
var url=prompt('要去全世界最大的gay站吗','www.bilibili.com/')
if (bli!=null)
window.open(url,'_blank,widght=400,height=500,menubar=no,toolbar=no')
else
{alert('拜拜哈')}
else {alert('bbh')}
}
</script>
</head>
<body>
<input type="button" value="打开新世界的大门" onclick="openWindow()" />
</body>
</html>