问答详情
源自:2-7 编程练习

运行不了求指正

function openWindow(){
    var ask=confirm("确定打开新页面吗?")
    if(ask==true)
        {var open=prompt("通过输入对话框,确定打开的网址","默认为 http://www.imooc.com/")}
    if(open=!null)
         {window.open("http://www.baidu.com",'width=400,height=500, menubar=no,toolbar=no')}
     else
         alert("再见!")
     else
         alert("再见!")
}
</script>
运行不了。求指正

提问者:风的季节_ 2016-05-21 21:04

个回答

  • 慕田峪9273182
    2016-05-24 09:45:38

    if(open!=null)     不等是!=,不是=!

  • qq_青春本该拿来疯狂_0
    2016-05-21 21:47:02

    你的先确定有没有运行到这个方法里面  可以用  例如  alert(11); 测试