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

按着最高票的代码写的,但点击按钮却弹不出对话框

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>我们互动下</title>

<script type="text/javascript">

  function jump()  

  { 

   var mymessage=confirm("关注JS高级篇");

   if(mymessage==true)

   {

       document.write("关注JS高级篇");

   }

   else

   {

       document.write("别放弃啊");

   }

  }

  


 

</script>

</head>

<body>

<p>JS进阶篇</p>

<form>

       <input type="button" onclick="jump()" value="点击进入" /> 

    </form>

</body>

</html>


正在回答

1 回答

原来是分号的问题,分号改成英文状态下的就可以了。

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

锦凉

分号是英文状态啊
2016-03-10 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

按着最高票的代码写的,但点击按钮却弹不出对话框

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