pthompson2002
08-30-2002, 01:29 PM
Is there a way, using select() and focus(), to select one particular character in a text area rather than the entire text area?
I'm using:
thisform.characters.focus()
thisform.characters.select()
I am returning an alert than can pick the character position of the element, but i can't seem to, or don't know how to, highlight just that character.
I'm using:
thisform.characters.focus()
thisform.characters.select()
I am returning an alert than can pick the character position of the element, but i can't seem to, or don't know how to, highlight just that character.