Error in edit mode when using IE on Windows XP
Status: Beta
Brought to you by:
egroise
I have insalled and configured SushiWiki on my server
(Win2000 with .net 2.0). Everything works great when I
access the pages from Win2000 client but when I try to
Edit pages with IE on Windows XP, I get JavaScript error:
"Line 73 access denied". I can not find any content on
that line that could make this kind of error.
Any ideas?
Sasa .
Logged In: NO
In /js/richedit.js
Remove the reference to "d." and replace
with "el.frameWindow.document"
eg:
el.frameWindow.document.designMode = "On";
el.frameWindow.document.open();
el.frameWindow.document.write(el.value);
el.frameWindow.document.close();