I am trying to paste in the following code to the radEditor. My company uses it for customers to design their own HTML pages. Upon inserting the following code and saving it, the onLoad event is removed from the HTML.
What would cause this? I have tried disabling all the filters with the EditorFilters.None option. No dice. I have disabled the ConvertToXhtml filter as well. Still nothing.
Any help would be appreciated.
<
html
>
<
head
></
head
>
<
body
onLoad
=
"if (window.FormChanged){FormChanged()}"
>
</
body
>
</
html
>
What would cause this? I have tried disabling all the filters with the EditorFilters.None option. No dice. I have disabled the ConvertToXhtml filter as well. Still nothing.
Any help would be appreciated.