I\'m trying to set some content in between some div tags on a JSP page using javascript.
currently the div tag on the JSP page looks like this:
See Creating and modifying HTML at what used to be called the Web Standards Curriculum.
Use the createElement, createTextNode and appendChild methods.
createElement
createTextNode
appendChild