Alright, when I do a postback on the page I'm recieving a "Exception thrown and not caught" message from line 23, character 1293. If I remove the ckeditor.replace code and stop the editor from loading, the error doesn't appear so it's definitely something with ckeditor. Not sure why this is happening, does anyone have any ideas?
Thank you, TheCheeseHasYou
Thank you, TheCheeseHasYou
<script type="text/javascript" src="ckeditor/ckeditor.js"></script> <textarea cols="80" id="editor1" name="editor1" RunAt="server" rows="6"></textarea>
Re: CKEditor error after postback in ASP.Net
Line 23, Char 1293 Exception thrown but not caught.
The error is not there until I try to add this code in order to use file manager:
(Upload buttons appear, it appears to work ok but I get the error in IE status bar)
What am I (us) doing wrong?
Re: CKEditor error after postback in ASP.Net
changing:
to
Re: CKEditor error after postback in ASP.Net
If anyone has any other ideas why I'm generating this error, please chime in.
Thank you,
Cheese