/*****************************************************************/ /* Validation of the login and the password */ /* Login can be either A-Z characters and numbers or email */ /* passsword can be only characters and numbers */ /*****************************************************************/ // Returns true if the string contains quotes function fnCheckQuotes(strPw){ if ( strPw.indexOf('"') != -1 || strPw.indexOf("'") != -1) return true; return false; } // returns true if form valid for sumbission function fnValidate(oform) { var sLgn = oform.loginName.value if (sLgn == '' || sLgn == '用户名' || fnCheckQuotes(sLgn)) { alert("请输入正确的用户名。"); oform.loginName.value = '' oform.loginName.focus(); return false; } var sPsw = oform.password.value if (sPsw == '' || fnCheckQuotes(sPsw)) { alert("请输入正确的密码。"); oform.password.value = '' oform.password.focus(); return false; } return true; } MBT软件评估中心
主页|本期杂志|制造业信息管理论坛 | 电子通讯| 供应商天地|  
MBT软件评估中心
权威公正的知识库, 为了更好的IT决策

定义
您的商务需求
比较
您得到的候选解决方案清单
分析
优点和不足
展示
交互式的结果

使用TEC的决策制定工具,访问上千条功能和技术评估项



评估中心会员登录
关于供应商全面能力的即时生成报告。
如果您有特别访问码,请在这里输入
 
客户推荐/成功案例
"你们的产品给我留下了深刻的印象——我十分欣赏开发 eBestMatchTM的团队。"
- Nigel Deans, 顾问架构师, Innovent Solutions 公司.
"....非常了不起的理念,而且简单易用。"
- Faelyne Templer, 营销解决方案经理, SmartSales

"(eBestMatchTM) 堪称决策分析软件中的劳斯莱斯"
- ZDNet
  
建议使用
Microsoft Internet Explorer 5.5 或以上版本
© 2004-2008 Reed Business Information -- IDG
Use of this website is subject to its terms of use.
Privacy Policy
京ICP许可证:041565号