[Greasemonkey] How to get char of a code?

Bill Donnelly donnelly at snowcrest.net
Sat Aug 26 09:51:43 EDT 2006


My bad:

fromCharCode() is a static method of String, the String object,
so it always has to be called that way. [[ y = String.fromCharCode (x) ]]

Here is a good JS reference:

http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference

Or you can download a version to your computer from here:

http://devedge-temp.mozilla.org/library/manuals/2000/javascript/1.5/reference/



More information about the Greasemonkey mailing list