本文实例讲解了javascript实现表单验证的详细代码,分享给大家供大家参考,具体内容如下
效果图:
具体代码:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
[removed]
function check()
{
//真实姓名(不能为空,其它没有要求)
var name = document.getElementById("name"
1