Showing posts with label keypress javascript code. Show all posts
Showing posts with label keypress javascript code. Show all posts

Thursday, November 6, 2008

Avoid all keypress and except BACKSPACE character

Hi all,

onkeypress="if(event.keyCode==8) return true; else return false"

here, keyCode 8 for BACKSPACE

List of all Keycodes, click here

Popular Posts