Javascript Reference
Categories: event

javascript event charCode

@March 15, 2008, 1:22 a.m.
charCodeFirefox/Netscape/NN 6 IE n/a Chrome/Safari/DOM n/a

Read-only

Returns an integer corresponding to the Unicode value of the character generated by the key that fired the event. The character code is different from the key code, as the character code distinguishes between upper- and lowercase letters (for example, 97 for "a" and 65 for "A"), whereas the keyCode value is the same for that key, regardless of the character created from it. This property generally contains a value only for onkeypress events; the value is zero for onkeydown and onkeyup events. For the IE equivalent, see the keyCode property.

 

When the keyboard events module is completed for W3C DOM Level 3, this property will probably have a different name.

 
Example
 
if (evt.charCode > 96 && evt.charCode < 123) {
    evt.target.value += String.fromCharCode(evt.charCode - 32);
    evt.preventDefault( );
}
 
Value

Integer.

 
Default

Event-specific.

buy lipitor sale - <a href="https://gtatorodip.com/">buy lipitor medication</a> oral lisinopril 10mg
Ibdfbx - 6 days
order cenforce 100mg pills - <a href="https://cenfophage.com/chloroquine/">chloroquine generic</a> glucophage 1000mg usa
Ipywnh - 1 weeks
buy sildenafil 50mg sale - <a href="https://getvicipl.com/">viagra tablets</a> order cialis 5mg for sale
Axvhqq - 2 weeks

Powered by Linode.