兩個輸入框只允許一個輸入
摘要:
txtRegisterCode.Attributes.Add("onkeypress", "ClearInput(this);"); txtSupplierName.Attributes.Add("onkeypress", "ClearInput(this);");function ClearInput(inputingControl) { ... 阅读全文
posted @ 2007-04-07 16:54 kenly33 阅读(164) 评论(0) 推荐(0)
浙公网安备 33010602011771号