Hello,
I have an issue with getting the InnerMarkup of a TextArea element in different browsers.
I have the following HTML appear in IE 10:
I want to grab the InnerMarkup inside the <textarea></textarea> return a string that would end up being "<b><i>Text</i></b>" instead of "<b> <i>Text</i></b>"
This works fine in IE 10.
However, in IE 11, Chrome 32, and Firefox, it returns me an empty string.
I have an issue with getting the InnerMarkup of a TextArea element in different browsers.
I have the following HTML appear in IE 10:
<textarea id="msgBody"><b> <i>Text</i></b></textarea>I want to grab the InnerMarkup inside the <textarea></textarea> return a string that would end up being "<b><i>Text</i></b>" instead of "<b> <i>Text</i></b>"
This works fine in IE 10.
However, in IE 11, Chrome 32, and Firefox, it returns me an empty string.