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

看不出来我哪儿错了啊 求大神帮忙啊

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

      if(message==true)

         { var mis=prompt("你确定要打开网站吗?","http//www.baidu.com");

          if(mis!=null)

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

          

          else

          {alert("再见");}

  </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 message=confirm("是否打开?");

      if(message==true)

         { var mis=prompt("你确定要打开网站吗?","http://www.baidu.com");

          if(mis!=null)

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

          

          else

          {alert("再见");}

}

}

  </script> 

 </head> 

 <body> 

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

 </body>

</html>


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

 function openWindow()

     { var message=confirm("是否打开?");

      if(message==true)

         { var mis=prompt("你确定要打开网站吗?","http//www.baidu.com");

          if(mis!=null)

              {window.open(mis,'_blank','width=400px,height=500px,menubar=no,toolbar=no');}

}

          else

          {alert("再见");}

}

  {}  大括号括的地方不对。。。

     { var message=confirm("是否打开?");     这一行最后的分号应该是英文的; 你用的中文

"_blank" 这么写不知道对不对 前面教的是'blank'

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

别说你没认真 提问者

十分感谢
2015-12-28 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

看不出来我哪儿错了啊 求大神帮忙啊

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