Possible Duplicate:
HTML formatter/tidy/beautifier for JavaScript
I want to pass HTML code to a div:
myDiv.innerHTML = htmlCode;
its similar like I was trying to use an IFRAME. The problem is, if a htmlCode is not formatted well (there is a missing </div>
for example) then it spoils all the page. How to clean those?