var oForm = document.getElementById("form1"); oForm.onsubmit = function(){ alert("你要提交啊"); }
相关知识点
禁止非法字符输入 知识点:阻止冒泡
表单验证 知识点:事件 + 正则
ajax提交表单