摘要:
文本框输入限制:<script>function regInput(obj, reg, inputStr){var docSel = document.selection.createRange()if (docSel.parentElement().tagName != "INPUT") return falseoSel = docSel.duplicate()oSel.text =... 阅读全文
posted @ 2009-10-14 12:29 hyd309 阅读(651) 评论(0) 推荐(0) 编辑