Beginning Document Object Model Manipulation Part 3
The third and final part to starting to manipulate the Document Object Model with Javascript. This covers using the innerHTML property, creating nodes (createElement, createTextNode, appendChild, and insertBefore), and deleting nodes (removeChild).
Views: 878 | | by Brad
View this tutorial