上传者: 38690508
|
上传时间: 2022-06-19 16:50:12
|
文件大小: 50KB
|
文件类型: PDF
本文实例讲解了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"