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