dynamic content in HTML document - javascript
document.getElementById("divname").innerHTML="THIS THING"
which changes everything within <div id="divname"> </div> to say THIS THING. This is working fine so far. The problem is I now need to change the content of certain div tags to contain more than 1 line, and this script doesn't work with this. If I'm changing/adding full tables and things, I can't put it all on one line. How can I do this? PLEASE help. You're awesome. Thanks.
- paul

