这个怎么打不开新窗口呀

<!DOCTYPE html>

<html>

 <head>

  <title> new document </title>  

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

  <script type="text/javascript">  

     function openwindow()

{

        var box=confirm("quedingdakai")

        if(box==true)

        {

            var box=prompt("qingshuru","http://www.imooc.com")

            if(box!=mull)

            {

                window.open('http://www.imooc.com,-blank,width=400,height=500,meunbar=no,scrollbar=no,tollbar=no')

            }

        }

        else{

            alert("111111")

        }

       else{

            alert("22222")

  }

}

    

  </script> 

 </head> 

 <body> 

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

 </body>

</html>


qq_12月_0
浏览 1070回答 1
1回答

串猪神

你检查下你的if结构,if结构都写错了。使用了两个else,在一个if中
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript