innerHTML
Sunday July 5, 2009
JavaScript has a simple way of interacting with HTML
In the sixth Document Object Model tutorial we look at the simplest way of referencing the content of your web page is to use innerHTML. While this is not an "official" standard (meaning that it is not a part of the W3C DOM specification) it is actually supported by all of the commonly used web browsers.
innerHTML


No comments yet. Leave a Comment