<textarea> techrecorder® </textarea>I expected to see the '®' but it gives me '®' So when the value of textara tag is presented by convering all of html entities code to the code result, for exmaple, '<' to '<' and '"' to '"'. So if you wanted to show html entities code in textarea, you have to escape &, for example,
<textarea> techrecorder&reg; </textarea>
No comments:
Post a Comment