how shall I move the cursor?
hi all,
how shall I move the cursor in an input type="text"
I've already tried this one without any result:
xInputText.focus();
xInputText.createTextRange().move("character",-2);
it just does nothing!
what shall I do?what's wrong?
|