View Single Post
Old 02-09-2007, 11:54 PM   PM User | #8
Pyth007
Regular Coder

 
Join Date: Sep 2005
Posts: 535
Thanks: 0
Thanked 0 Times in 0 Posts
Pyth007 is an unknown quantity at this point
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!
Pyth007 is offline   Reply With Quote