Hey Guys! Please help me out. I need a JS code which should show an alert message while i jus key in numeric values in the Name text box. Thank you in Advance! Peter
It would be more civilised just to prevent them being entered: <input ......... onkeyup="this.value=this.value.replace(/\d+/g,'')"> Code (markup): You're welcome in advance.