Text box to accept only number
Posted by: The Code Project Latest Articles,
on 27 Dec 2011 |
View original | Bookmarked: 0 time(s)
Here is a really simple code for a numeric text box and it will work in all browsers. Only works for web applications. function CheckNumeric(e) { if (window.event) //......