I want to display some text in a <textarea> tag, WITH raw ASCII codes, e.g. A which represents "A"
now, ideally, on IE it should be coded as &#65; within the teatarea tag. But mozilla doesn't render it correctly and will return the way just as it is. Can anybody help me to solve this issue?