Content deleted Content added
Set the focus to the text area after inserting text (aimed at IE and Opera) |
m Quick IE test |
||
Line 587:
if (txtarea.createTextRange) {
// txtarea.caretPos = document.selection.createRange().duplicate();
txtarea.caretPos =IESelectedRange.Rng
}
txtarea.focus();
}
|