代码搜索:validate
找到约 3,608 项符合「validate」的源代码
代码结果 3,608
www.eeworm.com/read/486476/1251347
js validate.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
www.eeworm.com/read/486476/1251421
js validate.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
www.eeworm.com/read/486476/1251484
js validate.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
www.eeworm.com/read/485759/1259533
js validate.js
function clockon(bgclock){
var now=new Date();
var year=now.getYear();
var month=now.getMonth();
var date=now.getDate();
var day=now.getDay();
var hour=now.getHours();
var minu=now.get
www.eeworm.com/read/484865/1266809
js validate.js
function userCheck(){ //用户登录验证
if(document.form1.account.value==""){
window.alert("请输入用户名称");
return false;
}
if(document.form1.password.value==""){
window.alert("请输入用户密码");
return false;
}
www.eeworm.com/read/483457/1278075
java validate.java
/*
* Validate
* 2007
* 验证接口
*/
package s2javaoo.xmal.validate;
public interface Validate {
/**
* 验证方法
* @return
*/
public boolean check();
}
www.eeworm.com/read/480715/1314645
js validate.js
/**
* $Id: validate.js 758 2008-03-30 13:53:29Z spocke $
*
* Various form validation methods.
*
* @author Moxiecode
* @copyright Copyright
www.eeworm.com/read/480006/1324841
js validate.js
function quit(){
if(confirm("您真的要退出吗?")){
window.location.href="dealWith.jsp?method=1";
}
}
function deleteInformation(title){
if(confirm("您真的要删除吗?")){
window.location.href="dealWith.jsp?meth