You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
674 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

// JScript 文件
var icon = '<img src="image/warning.gif" width="14" height="14" border="0" align="top">';
var ns = ["Loginname","Password","Passw","Mail","Companyname","Tel","Fax","Dizhi","Zip","Linkname","Shouji","Url","Jieshao","Yanzheng"];
// 换一张图片
function SetImage(){
//
var rod = Math.round(Math.random() * 100);
$('ImaYanZhen').src = "image/loading.gif";//
$('ImaYanZhen').src = "ValidateCode.aspx?id=" + rod;
}
function checkUsr(s){
var ma = ["用户名4-16位","用户名由数字、英文、下划线、中杠线组成!"];