Learning to make the hard things easy

Deprecated innerHTML

Posted by on Feb 5, 2009 in JavaScript | 0 comments

This is a JavaScript example of how to use the createTextNode instead of the deprecated innerHTML. There is also an example of how to use...

Read More