Javascript 2-7 编程练习 没有效果 求指正错误。

<!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 chuang=confirm("您要打开一个新的窗口吗?");

        // 新窗口打开时弹出确认框,是否打开

        var website;

        

        if(chuang==true)

        { website=prompt("请确认要访问的网址并确认" 

         ,"http://www.imooc.com" );

      

        }

         else{}

        if(website!=null)

        {

        window.open("website","_blank","width=100

        ,height=500,menubar=no,toolbar=no")

        }

    

       

    

  }    

  </script> 

 </head> 

 <body> 

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

 </body>

</html>



杰猛人
浏览 1434回答 3
3回答

杰猛人

360度跪谢啊

杰猛人

去掉双引号后,效果是有了 但不明白为什么没有弹出新窗口?
打开App,查看更多内容
随时随地看视频慕课网APP