代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/310601/3694969
js check.js
function check(thisform)
{
if(thisform.textname.value==""){
alert("姓名不能为空!")
thisform.textname.focus()
return(false)
}
if(thisform.textcaption.value=="
www.eeworm.com/read/310601/3694970
js check.js
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|20 Feb 2002 02:11:26 -0000
vti_extenderversion:SR|5.0.2.2623
vti_backlinkinfo:VX|book/default.asp
www.eeworm.com/read/309869/3703046
js check.js
function checkuserinfo()
{
if(checkspace(document.userinfo.username.value)) {
document.userinfo.username.focus();
alert("对不起,请填写用户名!");
return false;
}
if(checkspace(document.use