I have a problem with FCKeditor 2.6.6.
When I edit a HTML content with FCKeditor it automtically replace my onclick attributes to onclick_fckprotectedatt=" onclick=". After that my JavaScript functions don't want to work.
Does anybody know how to fix it?
Example:
HTML before edit in FCKeditor:
After edit in FCKeditor:
When I edit a HTML content with FCKeditor it automtically replace my onclick attributes to onclick_fckprotectedatt=" onclick=". After that my JavaScript functions don't want to work.
Does anybody know how to fix it?
Example:
HTML before edit in FCKeditor:
<a href="/" onclick="showAlert();">click me</a>
After edit in FCKeditor:
<a href="/" onclick_fckprotectedatt=" onclick=">click me</a>
Re: _fckprotectedatt