2010年7月3日

转载:28个JS验证函数使用

摘要: JS验证函数的调用方法和注意: 1.给表单设置onsubmit="return test()",配合<input type="submit" name="Submit" value="check"> 进行提交. 2.<input type=text onkeydown="test();"> //当鼠标按下直接调用函数验证 3.<input type=text onbl... 阅读全文

posted @ 2010-07-03 16:10 netchildren 阅读(330) 评论(0) 推荐(0)

导航