<< 21 February 2005 | Home | 23 February 2005 >>

Creating HTML using DOM and JavaScript

Have been doing a lot of dynamic HTML using JavaScript lately and it is so much nicer and easier using the Document Object Model (DOM) than using string concatenation.

Read more...