User:MarkS/XEB/dev.js: Difference between revisions

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