If I use textarea.value then I get an error, so I tried to use textarea.innerHTML, but it returns with an empty string...
So how to get the textarea text in IE6?
Thanks in advance
|
If I use textarea.value then I get an error, so I tried to use textarea.innerHTML, but it returns with an empty string... So how to get the textarea text in IE6? Thanks in advance |
|||
|
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
I have test on IETESTER, it's ok.
|
|||
That's weird, I don't. Here's a live demo: http://jsfiddle.net/Zdu8f/ Also IE6? In 2012? Seriously? Every millisecond that you spend today in regress testing your application in a newer browser so that you can get rid of IE6 is hours of development time that you will win tomorrow. |
|||
|
|
|
Danny, have you tried using jQuery? It will make it easy for you to do such things the same way across the browsers. Here a small demo: http://jsfiddle.net/Zdu8f/ |
|||
|
|
|
Am not getting any error using .value in ie6 see |
|||
|
|