I'm trying to represent html from php script. can anybody hint me ?
It is looks like this : http.open, onreadystage= function(), document.createTextNode(http.responseText))
But in bowser i see html tags
I've tried to use createCDATASection
But seems misunderstand something