Hi,
What does it mean, security code 1000?
Why it happens?
What should I do to prevent it?
Please, help, I didn't found any information about this.
What does it mean, security code 1000?
Why it happens?
What should I do to prevent it?
Please, help, I didn't found any information about this.

Re: FCKeditor security error 1000
function FCKeditor_OnComplete( editorInstance ) { editorInstance.Events.AttachEvent( 'OnFocus', clear_text_fk ) ; } function clear_text_fk(editorInstance){ editorInstance.SetData('',true); }this is what I want to do, but it gives error
Security error" code: "1000
hope someone could figure it out. but in IE 8 it works fine.