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

完全没有反应?帮忙看看这个代码有啥问题呗?

<!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 open=confirm("是否打开网址?");

        if(open==true)

        {

            var url=prompt("请输入需要打开的网址","http://www.imooc.com/");

            if (url!=null){wiondow.open(url,'height=500,width=400,toolbar=no,menubar=no,_blank')

            else{alert=('再见好吗')}

        }

        else{alert=('再见2')}

    }


    

  </script> 

 </head> 

 <body> 

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

 </body>

</html>


正在回答

2 回答

<!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 open=confrim("你确定打开慕课网?");

    if(open==true)

    {

        windows.open(http:www.imooc.com,wideth=400px,height=px,menubar=no,toolbar=no)}

    else

    {document.write("谢谢")}

    

    // 通过输入对话框,确定打开的网址,默认为 http://www.imooc.com/


    //打开的窗口要求,宽400像素,高500像素,无菜单栏、无工具栏

    

    

  </script> 

 </head> 

 <body> 

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

 </body>

</html>

我这个为什么也不显示啊?求求大神指导

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

李晓健

var open = confrim("你确定打开慕课网?"); 你这后面的分号是中 文的 confirm写错了 window.open('http://www.imooc.com', width = 400, height = 300, menubar = 'no', toolbar = 'no'); 这一行错太多了自己对应吧 你的代码最后也少了一个 } 你把问题提到别人的后面,很少有人能看到的。有问题就去提一个新的问题
2015-11-20 回复 有任何疑惑可以回复我~
<!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 open = confirm("是否打开网址?");
            if (open == true) {
                var url = prompt("请输入需要打开的网址", "http://www.imooc.com/");
                if (url != null) {
                    wiondow.open(url, 'height=500,width=400,toolbar=no,menubar=no,_blank')
                }else {
                    alert = ('再见好吗')
                }
            }else {
                alert = ('再见2')
            }
        }


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

if 后面少一个 } 

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

举报

0/150
提交
取消

完全没有反应?帮忙看看这个代码有啥问题呗?

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