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

为什么点击确定和取消都出来的是404错误界面呀,求指教

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title>js常用的互动方法</title>

<script type="text/javascript">

function openWindow()

  {var mymessage=confirm("是否打开新的界面");

  if("mymessage==true"){

window.open('http://baidu.com/','_blank','width=400','height=500','menusbar='no','toolbar='no');

}

  else{document.write("已取消");}

  }

</script>

</head>

<body>

<input name="button" type="button" onclick="openWindow()" value="点击进入慕课网" />

</body>

</html>


正在回答

1 回答

找到了。。。低级错误

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

举报

0/150
提交
取消

为什么点击确定和取消都出来的是404错误界面呀,求指教

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