FiZiX
09-26-2006, 12:08 PM
Sorry, just realized I should have put this in the DOM forum! Please don't yell at me.
I have a javascript document that uses the DOM function to insert code in the body of an HTML document. However, I'm unsure on how to tell it where to put the code in the document. It's keeps putting it at the end of my document and not where it's being called from. Could somebody give me an example of how to make sure the code is put between "<div id(or class)="test"></div>" tags?
I have a javascript document that uses the DOM function to insert code in the body of an HTML document. However, I'm unsure on how to tell it where to put the code in the document. It's keeps putting it at the end of my document and not where it's being called from. Could somebody give me an example of how to make sure the code is put between "<div id(or class)="test"></div>" tags?