DHTML Snippets
DHTML Snippets
I love javascript. Love IT! Let me show you how you can use Javascript in all recent browsers to manipulate the Document Object Model in very powerful ways.
Dynamic Box Graphics With Javascript Class Wrappers
Demonstrates wrapping Javascript class instance controllers around parts of the DOM.
Updated April 21, 2006
GetTextNodesByValue( strText, objNode )
Searches the document object model (DOM) for text nodes with the given substring.
Updated May 11, 2006
TextNodeInsertTags( objNode, strText, strTagName, objProperties )
This wraps an HTML tag around the given substring within a text node in the document object model (DOM).
Updated May 11, 2006



