- 12
- 0
- 约1.4万字
- 约 10页
- 2018-10-10 发布于天津
- 举报
jsp日历代码.doc
html
head
META http-equiv=Content-Type content=text/html;charset=gb2312
title表单事例/title
script language=JavaScript
function checkFORM()
{
if(user.username.value==)
{ alert(用户名必须填写!);
user.username.focus();
user.username.value=prompt(请输入用户名);
}
if(user.pwd.value==)
{alert(密码必须填写);
user.pwd.focus();
}
if(!(user.M.checked||user.W.checked))
{
alert(性别必须填写);}
if(user.year.value==)
{
alert(年份必须填写);
user.year.focus();
}
if(user.year.value.length4)
{
alert(年份必须是4位
原创力文档

文档评论(0)