property:charCode;return type:numbercontent:ใช้คืนค่ารหัส ascii เมื่อมีการกดปุ่มบน Keyboardexample:function showCharCode ( event ) { alert ( event.charCode ); }