News

InnerHTML isn't a very good approach to any problem. You might want to rewrite that stuff using the DOM. You might find that things tend to work better ...
I use innerHTML all the time for page client side page updates (like table building, etc). I don't find it to be too slow for my purposes.<BR><BR>What are you doing that makes innerHTML too slow ...