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

提交后显示通过但是点击右侧打开新建进行测试发现没有反应


<!DOCTYPE html>
<html>
 <head>
  <title> new document </title> 
  <meta http-equiv="Content-Type" content="text/html; charset=gbk"/>  
  <script type="text/javascript"> 
    var determine=confirm("是否打开?","http://www.baidu.com/");
    // 新窗口打开时弹出确认框,是否打开
    if(determine==true)
    {window.open('http://www.baidu.com/','width=400','height=500','menubar=no','toolbar=no');}
    // 通过输入对话框,确定打开的网址,默认为 http://www.imooc.com/
    else
    //打开的窗口要求,宽400像素,高500像素,无菜单栏、无工具栏。
    {window.close()}
   
  </script>
 </head>
 <body>
   <input type="button" value="新窗口打开网站" onclick="openWindow()" />
 </body>
</html>

不知道是程序错了还是网站错了

正在回答

3 回答

 var mymessage= confirm("是否打开?http://www.baidu.com");

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

<!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 determine=confirm("是否打开?","http://www.baidu.com/");
    // 新窗口打开时弹出确认框,是否打开
    if(determine==true)
    {window.open('http://www.baidu.com/','width=400','height=500','menubar=no','toolbar=no');}
    // 通过输入对话框,确定打开的网址,默认为 http://www.imooc.com/
    else
    //打开的窗口要求,宽400像素,高500像素,无菜单栏、无工具栏。
    {window.close()};
    }
   
  </script>
 </head>
 <body>
   <input type="button" value="新窗口打开网站" onclick="openWindow()" />
 </body>
</html>

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

qq_慕斯0214148

mera错了
2019-03-24 回复 有任何疑惑可以回复我~
#2

qq_慕斯0214148

meta
2019-03-24 回复 有任何疑惑可以回复我~
#3

qq_狗活_twEPQW

我粘贴了一下,你的confirm后面的“;”你打成中文的了。还有confirm只接收一个参数,prompt最多接收3个参数,用‘’代表一个,你打了好多个,再研究一下
2019-03-28 回复 有任何疑惑可以回复我~

你需要先构造函数 function openWindow()

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

这里是按钮调用函数,你没有先构造出这个函数,当然不会起作用了

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

秃是不存在的 提问者

构造了函数仍然无法打开网页。。。求解 具体看我下面发的内容
2019-03-24 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

提交后显示通过但是点击右侧打开新建进行测试发现没有反应

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