求帮忙看一下
<!DOCTYPE html>
<html>
<head>
<title> new document </title>
<meta http-equiv="Content-Type" content="text/html; charset=gbk"/>
<script type="text/javascript">
var js1=confirm("确定打开网页?");
if(js1==true)
var js2=prompt("请输入网址(仅限1.百度,2.淘宝,3.慕课)");
if(js2==1)
window.open('http//www.baidu.com','_blank','height=500px,width=400px,');
if(js2==2)
window.open('http//www.baidu.com','_blank','height=500px,width=400px,');
if(js2==3)
window.open('http//www.baidu.com','_blank','height=500px,width=400px,');
/* */
</script>
</head>
<body>
<input type="button" value="新窗口打开网站" onclick="js1" />
</body>
</html>
这个哪里出问题了呀?请指教