代码搜索:validate
找到约 3,608 项符合「validate」的源代码
代码结果 3,608
www.eeworm.com/read/342009/12046592
cs validate.aspx.cs
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Drawing;
using System.Web.Security;
using System.Web.UI;
using System.Web
www.eeworm.com/read/150093/12312893
c wm_validate.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/150093/12314256
o wm_validate.o
www.eeworm.com/read/250058/12438859
css validate_form.css
body
{
font-size: 85%;
font-family: Arial, Helvetica, sans-serif;
}
label
{
float: left;
width: 6em;
}
input
{
display: block;
margin-left: 6em;
margin-bottom: 1em;
}
www.eeworm.com/read/250058/12438929
js validate_form.js
addLoadListener(init);
function init()
{
document.forms[0].onsubmit = validateFields;
return true;
}
function validateFields()
{
var elements = document.forms["contactForm"].elements;
var e
www.eeworm.com/read/230927/14267848
c wm_validate.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/227416/14426623
js validate_search.js
function checkJ(){
if(formJ.queryString.value==""){
alert("请输入要查询的信息");
return false;
}
formJ.action = "http://search.koolearn.com/result.jsp?key="+formJ.queryString.value;
return true;
www.eeworm.com/read/124165/14592449
inc checkout_validate.inc
// Removes all characters which are not digits
// from a string
function numericOnly(sString)
{
var sNumericOnly = "";
var sValidChars = "1234567890";
for (v
www.eeworm.com/read/122201/14714549
c wm_validate.c
/*
*********************************************************************************************************
* uC/GUI
* Universal