拜求解:关于jsp中的form的onsubmit_html/css_WEB-ITnose
程序员文章站
2022-04-09 19:16:23
...
js/checkform.js为:
function checkselect(object) {
if (object.name.vale=="") {
alert("用户名不能为空!");
return false;
} else if (object.password.value=="") {
alert("密码不能为空!")
return false;
} else {
return true;
}
}
为什么不会有提示…………………………………………………………
回复讨论(解决方案)
language="
试过了可以提示啊
if (object.name.vale=="") {
alert("用户名不能为空!");
这里少了个U
上一篇: html中关于
下一篇: MySQL两种非常规方式重置密码教程
推荐阅读
-
关于struts中的表单元素- Form bean not specified on mapping for action: "helloa.do"报错_html/css_WEB-ITnose
-
关于struts中的表单元素- Form bean not specified on mapping for action: "helloa.do"报错_html/css_WEB-ITnose
-
关于form中submit对回车事件的响应问题_html/css_WEB-ITnose
-
web开发jsp+java MVC 关于form的一个细节问题_html/css_WEB-ITnose
-
web开发jsp+java MVC 关于form的一个细节问题_html/css_WEB-ITnose
-
关于form中submit对回车事件的响应问题_html/css_WEB-ITnose
-
拜求解:关于jsp中的form的onsubmit_html/css_WEB-ITnose