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

为什么不弹出

<!DOCTYPE HTML>

<html>

<head>

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

<title> 鼠标经过事件 </title>

<script type="text/javascript">

   function some()

   confirm {

       ("请输入你的姓名之后提交");}

   </script>

   <body>

   <form>

   密码:<input name="password" type="password">

   <input name="button" type="button" value="提交" onmouseover="some()">


    </form>

</body>

</html>


正在回答

2 回答

<script type="text/javascript">
   function some()
   confirm {
       ("请输入你的姓名之后提交");}
   </script>

花括号没加到正确的位置,应该在some()后

<script type="text/javascript">
   function some(){
      confirm("请输入你的姓名之后提交");
      }
</script>


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

涂卡者 提问者

你是对的,谢谢
2015-07-16 回复 有任何疑惑可以回复我~
#2

Perona 回复 涂卡者 提问者

不客气~~加油!
2015-07-16 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
JavaScript进阶篇
  • 参与学习       468046    人
  • 解答问题       21891    个

本课程从如何插入JS代码开始,带您进入网页动态交互世界

进入课程

为什么不弹出

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