// JavaScript Document var str_categorymenu = "Browsing by Category"; var cMenu = "Browsing by Category"; var cType = "3"; var cClose = "Close"; var cAllChoose = "Choose All/Not Choose"; var cChooseList = "Selected Category"; var cSure = "OK"; var cClear = "ReSet"; var cStoreSuccess = "Successful Collection"; var cStoreFail = "Failure in Collection"; var cSendMsg = "This function is for members only, please sign in."; var cWrongCode = "Error Code"; var cLoginInfo = "Username or password error"; var cTitle ="Error"; var cMsg ="Missed some required information,please finish the field with red market and submit again"; var cUserExists = "The user info exists, please change."; var cCardInfo = "Card Info"; var cEnterKeywords = "Enter Keywords"; var cAllCatalog = "All Categories"; var cProduct = "Products"; var cSellingOffer = "Selling Offer"; var cBuyingOffer = "Buying Offer"; var cSuccess = "Success" var delconfirm ="confirmed to delete?"; var unkownError ="Unkown Error" /* 扩展验证方法函数名称定义: 不可为空: notnull 必须汉字: chinese 必须英文: english 必须数字: number 必须选择: select 格式字符: format(email|phone|mobile|idCard|zip|qq|) '只有带有语义化的验证用此项 长度范围: len(min,max) 如果没有最小/大值则 null */ var json={ "notnull":"Messing item", "chinese":"Must be Chinese", "english":"Must be English", "number":"only number", "select":"Must Selection", "format('email')":"Format Error", "checked":"Messing item", "phone":"Wrong number,please check it and try again.", "fax":"Wrong number,please check it and try again.", "mobile":"Wrong number,please check it and try again.", "len":"", "email":"" };