Simple question - is there any way to select a sub-set of the text displayed in a <textarea> control using Javascript?
e.g. have a function like
selectText(startCharNo, endCharNo, textareaName);
It also needs to be IE6 compatible.
|
Simple question - is there any way to select a sub-set of the text displayed in a <textarea> control using Javascript? e.g. have a function like selectText(startCharNo, endCharNo, textareaName); It also needs to be IE6 compatible.
| |||
|
feedback
|
|
yes, it is possible
element is the reference to the textarea | |||
|
feedback
|
|
createTextRange() | |||
|
feedback
|
| |||
|
feedback
|