为了账号安全,请及时绑定邮箱和手机立即绑定

请问各位大佬为什么不能跳转到网站页面?

<!DOCTYPE html>

<html>

<head>

<title> new document </title>  

<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />   

<script type="text/javascript">  

function openWindow(){

   var miss=confirm("是否确定");

   if(miss==ture){

       var zz=prompt("输入网站","http://www.imooc.com/");

       if(zz!=null){

           window.open("http://www.imooc.com/","_blank","width:400px,height:500px");

       }

       else

       {

        alert("网址不存在");

       }

else

   {

       alert("再见");

   }

}

</script> 

</head> 

<body> 

<input type="button" value="新窗口打开网站" onclick="openWindow()" /> 

</body>

</html>


正在回答

2 回答

  if(miss==ture)  这是true,输入有误,其他的都对的。

1 回复 有任何疑惑可以回复我~
#1

穿梭着拾光 提问者

感谢感谢
2018-09-07 回复 有任何疑惑可以回复我~
#2

慕神526494

???
2018-09-11 回复 有任何疑惑可以回复我~
if(miss==ture){}  //此处应为true
window.open("http://www.imooc.com/","_blank","width:400px,height:500px");
//这里的属性值应该使用单括号
嗯,应该就没错了


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

请问各位大佬为什么不能跳转到网站页面?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信