weixin_慕圣1005141
2019-02-10 18:40
function openWindow()
{
var ask=confirm("真的要打开吗?")
if(ask==ture)
{
var ag=prompt("确认一下","www.imooc.com")
if(ag!=null)
window.open('http://www.imooc.com','_blank','width=400,height=500,menubar=no,toolbars=no')
else
alert("拜拜")
}
else
alert("再见")
你的函数没有写完整吧,格式很乱啊,还有你的if判断,格式也是不对的,肯定生效不了。
if(条件){执行代码块}else{否则执行的代码块。}
JavaScript入门篇
739817 学习 · 9566 问题
相似问题