SyntaxFix
Write A Post
Hire A Developer
Questions
Use jquery, look how easy it is:
var a = '<h1> this is some html </h1>'; $("#results").html(a); //html <div id="results"> </div>