Gunslinger08
Lifer
Are there any HTML tags which have a text attribute? I'm trying to use javascript to dynamically load text into a portion of a page, and I need a tag which I can find by it's ID and set the text of.
Originally posted by: igowerf
Just set an id for a tag (usually divs) and use the innerHTML property to write text into the div.
http://www.mozilla.org/docs/dom/domref/dom_el_ref8.html