I've made a custom admin page in CMS where I'd like to use the built in FileManagerBrowser.aspx. It works almost in all browsers. Guess who!?
Well, in IE, all versions, I get an script error in FileManagerBrowser.aspx. after selecting a file, and then click OK. In stead of close the window and go back to the admin page and return the filepath, the window reloads and give me this eror in the console.
SCRIPT438: Object doesn't support property or method 'removeEventListener' episerverscriptmanager.js, line 348 character 9
Hi,
I've made a custom admin page in CMS where I'd like to use the built in FileManagerBrowser.aspx. It works almost in all browsers. Guess who!?
Well, in IE, all versions, I get an script error in FileManagerBrowser.aspx. after selecting a file, and then click OK. In stead of close the window and go back to the admin page and return the filepath, the window reloads and give me this eror in the console.
SCRIPT438: Object doesn't support property or method 'removeEventListener'
episerverscriptmanager.js, line 348 character 9
My coed looks like this
HTML:
JavaScript:
Any ideas how to fix this?