导航

2008年5月15日

摘要: /** *Title:check email pattern Code *Time:2006-11-24 *Author:colinmok */ function chkSendEmail() { //检查是否为空 if(frmSendEmail.to.value==""){ alert("请输入1至10个Email!"); document.frmSendEmail... 阅读全文

posted @ 2008-05-15 15:13 pcajax 阅读(720) 评论(0) 推荐(0) 编辑