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

点取消时候,会打开空的新网页,怎么改呢?


 function openWindow(){        var kopen = confirm("打开对话框吗?");        if(kopen==true){        var say = prompt("请输入要打开的网址"," http://www.imooc.com");        if(say!=0){          window.open(say,'_blank','width=600px,height=500px,menubar=no,toolbar=no');        }    }    }

正在回答

3 回答

if(say != null)

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

飘转 提问者

非常感谢!
2017-01-03 回复 有任何疑惑可以回复我~

问题上面那个乱了,看评论的那个代码,要怎么改呢?

0 回复 有任何疑惑可以回复我~
unction openWindow(){
        var kopen = confirm("要打开对话框吗?");
        if(kopen==true){
        var say = prompt("请输入要打开的网址"," http://www.imooc.com");
        if(say!=0){
            window.open(say,'_blank','width=600px,height=500px,menubar=no,toolbar=no');
        }
        }    
        }


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

举报

0/150
提交
取消

点取消时候,会打开空的新网页,怎么改呢?

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