ok im new at javascript, but im trying to change the innerhtml of a div tag, heres my script and its not working:
using .innerHTML is non-standard, and a terrible practice for many reasons. you should create a new element using the proper standard methods and and add it to the tree where you want it
.innerHTML