[2008] How do i limit my textbox to accept only perticular characters.
means suppose i want the email textbox, then i'll accept only keys having
a-z,A-Z,_,0-9 only.
for phone number, i'll accept 0-9,- only.

Thanks in advance..