Is this possible?
It seems that the RTE accept my new Javascript for Spam Protection. But he added some Stuff to my code.
Code:
<SCRIPT type=text/javascript>
/ / < ! [CDATA[
emailE = ('mail' + '@' + 'domain' + '.de');document.write('<a href="mailto:' + emailE + '">' + emailE + '<\/a>');
/ / ] ] >
</SCRIPT>
Now i get an Server Error cause of / / < ! [CDATA[
Code:
Cannot have ']]>' inside an XML CDATA block.
So how can i prevent RTE from changing my code?
Or how can i write the Code to prevent the Error on the Server?
I Love umbraco