I have a Perl program that is reading html tags from a text file. (im pretty sure this is working because when i run the perl program on the command line it prints out the HTML like it should be.) I then pass that "html" to the web page as the return to an ajax request. I then use innerHTML to stick that string into a div.
Heres the problem: all the text information is getting to where it needs to be. but the "<" ">" and "/" are getting stripped.
any one know the answer to this?