代码搜索:Check

找到约 10,000 项符合「Check」的源代码

代码结果 10,000
www.eeworm.com/read/304660/13790192

defs check.defs

#!/bin/sh LANG=C test -z "$srcdir" && srcdir=. status=0 get_pango_syms='nm "$so" | grep " T " | cut -d" " -f3' if [ "`uname -s`" = "Linux" ]; then get_pango_syms='objdump -t "$so" | sed -n "/.*g *
www.eeworm.com/read/303903/13806694

asp check.asp

//判断用户的输入是否合法 function check(){ if (myform.UserName.value==""){ alert("请输入用户名!");myform.UserName.focus();return; } if (myform.TrueName.value==""){ alert("请输入真实姓名!");myform.TrueName.focus(
www.eeworm.com/read/303903/13806749

asp check.asp

//判断用户的输入是否合法 function check(){ if (myform.UserName.value==""){ alert("请输入用户名!");myform.UserName.focus();return; } if (myform.TrueName.value==""){ alert("请输入真实姓名!");myform.TrueName.focus(
www.eeworm.com/read/303128/13821369

jpg check.jpg

www.eeworm.com/read/303075/13822153

js check.js

//***JavaScript 表单域读写函数集*******// //*******编写:牛云飞 *****************// function outcheck(check_value){ if(check_value != ""){ alert(check_value) return false; } return true; } func
www.eeworm.com/read/303075/13822211

asp check.asp

top.location.href="index.htm"
www.eeworm.com/read/303075/13822252

js check.js

function searchalert(){ validate=true; if(document.formsearch.searchword.value=="") { validate=false; alert('请输入关键字!'); } else validate=true; return validate; } function validate_form() { var str0
www.eeworm.com/read/302895/13825000

js check.js

function formCheckByArr(targetObj,targetArr,warnType,bFocus){ if(!targetObj) return false; var checkObj = null; var checkType = null; if (targetObj.nodeName.toUpperCase()=="FORM") { checkOb
www.eeworm.com/read/302895/13825028

js check.js

function formCheckByArr(targetObj,targetArr,warnType,bFocus){ if(!targetObj) return false; var checkObj = null; var checkType = null; if (targetObj.nodeName.toUpperCase()=="FORM") { checkOb
www.eeworm.com/read/301592/13854479

asp check.asp