1 Unanswered Topic

Remove Filter
Member Avatar for
Member Avatar for manish250

hello all i have a jsp page in which i am using a function for detecting the ascii value of key pressed.it has to give alert if other than any alphabet key is pressed.Below giving the explaining code [CODE] function checkname(e) { var cc=e.keyCode; if(cc >=65 && cc <=90 || …

0
160

The End.