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

编程训练为啥不好使,大神帮我看看

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

    if(newtage==true)

     {var needtage=prompt("输入网址","http://www.imooc.com/");}

    if(needtage!=null)

     {window.open("needtage","_blank","width=400px,height=500px,menubar=no,toolbar=no")}

    else

      {alert(thanks)}

  </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()

    {

      if(confirm("是否打开网该网址?"))

      {

            var needtage = prompt("输入网址", "http://www.imooc.com/");

            if(needtage!=null)

             window.open("needtage","_blank","width=400px,height=500px,menubar=no,toolbar=no");

            else

              alert("thanks");

      }

    }

  </script> 

 </head> 

 <body> 

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

 </body>

</html> 


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

本大慕王 提问者

大佬啊,这个的确好使,但是我摁·取消,没有对话框弹出了,如果我想保留我那个,我应该改哪个啊
2017-07-06 回复 有任何疑惑可以回复我~
#2

wqChen 回复 本大慕王 提问者

"没有对话框弹出了"是指哪个对话框?
2017-07-06 回复 有任何疑惑可以回复我~
#3

wqChen 回复 本大慕王 提问者

如果是thanks那个对话框的话 改成下面的就可以了 if(needtage!=null) window.open(needtage,"_blank","width=400px,height=500px,menubar=no,toolbar=no"); //else // alert("thanks");
2017-07-06 回复 有任何疑惑可以回复我~
#4

本大慕王 提问者

非常感谢!
2017-07-06 回复 有任何疑惑可以回复我~
查看1条回复

 if(newtage==true)

     {var needtage=prompt("输入网址","http://www.imooc.com/");}

    if(needtage!=null)

     {window.open("needtage","_blank","width=400px,height=500px,menubar=no,toolbar=no")}

    else

      {alert(thanks)}

没有if,if,else这种写法,

 var newtage=confirm("是否打开网该网址?");

    if(newtage==true)

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

  else

      {alert(“thanks”)}


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

举报

0/150
提交
取消

编程训练为啥不好使,大神帮我看看

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