You are viewing a post by feruzz. View all 215 posts in [quote][b][color=red]For educational purposes only.[/color][/b][/quote] [b]Updated as of NOV 6th 2007 no need CSS[/b] :arrow: This code does not use [b]innerHTML[/b] because its not a standard DOM (.
as long as its working fine in all browser...
no error wat so ever[/quote]
for educational purpose only
for me the use of innerHTML is recommended if your need is one way.
that is, you are just presenting content, after which you are "done."
however, if you need to refer/traverse a DOM branch that you are changing, then you should use "createElement" DOM methods
in summary, which to use? answer: both. It depends on your case