Hi all
I know this is probably super easy and stupid but I really can't find the solution. I can't get it to show anything other that "uncompiled" html. In other words, it show like this: This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.
I'm in PHP and I want to use this:
<div id="news">
<script type="text/javascript">
document.getElementById("news").innerHTML = "<?=$postedValue?>";
</script>
</div>
I also tried document.write, I tried a text box, text area and, of course, the original sample and, no matter what, it always displays document.getElementById("news").innerHTML = "<?=$postedValue?>";
Can anyone help?
Thank You