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

死活找不到问题

<!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 hope=confirm("点击我,打开新网页");

        if(hope==true)

    {var url=prompt("请确定网址","http://www.bilibili.com");

        if(url!=null)

        {window.open(url,"_blank",'width=400,height=500,menubar=no,toolbar=no');

        }

        else{alert("不能出去");

            }

    }

else{alert("你敢出去");

    }

}

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


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


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

    

    

  </script> 

 </head> 

 <body> 

 <center>

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

  <h1>Hello,world</h1>

</center>   

 </body>

</html>


正在回答

2 回答

注意{}的运用

正确代码:

<!DOCTYPE html>

<html>

<head>    

<script>      

function openWindow()

{    

var hope=confirm("点击我,打开新网页");       

if(hope=true)

{       

var ab=prompt("请确定网址","http://www.bilibili.com");           

if(ab=null)        

{alert(ab);}        

else

{window.open("http://www.bilibili.com","_blank",'width=400,height=500,menubar=no,toolbar=no');        }            

}    

}

     </script>  

     </head>  

     <body> 

 <center> 

 <input name="button" type="button" onClick="openWindow()" value="点击我,打开新窗口!" / >

 </center>

  </body>

  </html>

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

你这个是没问题的呀

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

慕工程0423615 提问者

但是点按钮没反应
2020-03-22 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

死活找不到问题

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