I have a javascript that dynamically builds an html page. In the html page there are textarea boxes for the user to type information in. The information already exists in
Do you really need to "build" it from javascript or can you simply return the built HTML from PHP and insert it into the DOM?