To get IE to focus on the new element, just have a short timeout...
Code:
function replaceT(obj){
/* Most of function here */
setTimeout("newO.focus();", 10);
}
__________________
If you want answers, write a
smart question.
Yes, someone probably does know how...
Oh, and if you want to learn,
STFW!