This is the problem I just conquer in the Firefox.
For example, I have some space symbols in the textarea.
<TEXTAREA> abc</TEXTAREA>
1, <TEXTAREA onclick="this.innerHTML"> abc</TEXTAREA>
I got "  abc".
2,
<TEXTAREA onclick="this.value"> abc</TEXTAREA>
I got " abc".
No comments:
Post a Comment