2009年2月19日

javascript驗證若干DropDownList是否有選择

摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//驗證若干DropDownList是否有選//用法:varlistIds=newArray("ddlYear","txtMonth");//varflag=DropDownExistsEmpty(listIds);functionDropDownExistsEmpty(listIds){for(vari=0;i<listIds.length 阅读全文

posted @ 2009-02-19 09:51 白亚伟 阅读(329) 评论(0) 推荐(0) 编辑

javascript验证若干个TextBox是否为空

摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//驗證若干TextBox是否為空//用法:vartextBoxIds=newArray("txtUserCode","txtPwd");//varflag=TextBoxIsEmpty(textBoxIds);functionTextBoxIsEmpty(textBoxIds){for(vari=0;i<textBoxIds.length; 阅读全文

posted @ 2009-02-19 09:44 白亚伟 阅读(746) 评论(0) 推荐(0) 编辑

导航