The forum operates in read-only mode. Please head to StackOverflow for support.
opener.CKEDITOR.tools.callFunction(1, fileName);
this.$ is undefined http://www.*****************/ckeditor/ckeditor.js Line 11
opener.CKEDITOR.tools.callFunction(<%=Request("CKEditorFuncNum")%>, fileName);
Re: Custom filebrowser returns error when selecting file
This is how I fixed it (in classic ASP):
opener.CKEDITOR.tools.callFunction(<%=Request("CKEditorFuncNum")%>, fileName);