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

用了alert和function函数,不出弹框啊?

用了alert和function函数,不出弹框啊?

阿波罗的战车 2018-08-16 10:10:11
<html xmlns="http://www.w3.org/1999/xhtml&...<head runat="server"><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>提交</title></head><body><form id="form1" runat="server" action="WebForm25.aspx" onsubmit="return form1Submit();">     <div>         <label>             姓名:          <input id="nameInput" type="text" />         </label>         <input type="submit" value="提交" />     </div></form><script type="text/javascript">     function form1Sumbit() {        var nameInput = document.getElementById("nameInput");        if (nameInput.value == "") {             alert("【请输入姓名】!");             nameInput.focus();            return false;         }     }</script></body></html>为啥不出弹框呢?求解
查看完整描述

1 回答

?
神不在的星期二

TA贡献1963条经验 获得超6个赞

楼主拼错名字了吧 Submit...


查看完整回答
反对 回复 2018-09-26
  • 1 回答
  • 0 关注
  • 1040 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信