[dev] Re: [cvs] commit: horde/templates/javascript tree.js

Marko Djukic marko at oblo.com
Sun Feb 23 03:17:50 PST 2003


Quoting Jan Schneider <jan at horde.org>:

> Why do you use the proprietary innerHTML instead of document.createElement()?
> 
> Jan.

as far as i could understand from the docs, innerHTML is a _lot_ faster than
createElement() in this situation, and since innerHTML seems to be supported by
enough browser thought it would be the best solution.

m.


More information about the dev mailing list