In my code i set the following on the page load event.
Me.txtEditor.EnableStripScriptTags = False
however, when i try to write something like
<script language='javascript'>
alert('Test')
</script>
The script tags get removed upon previewing or going to normal view.
fyi: I am using the latest version of the editor. Can someone tell me if there are any other settings i need to do?
thanks in advance.