I recently upgraded my laptop to Win XP Service Pack 2, and I'm now getting errors I didn't get before. My desktop (non SP-2) still works fine with it. The issues are:
In WinIE.js I get a permission denied error on the line
var editor = document.getElementById(editing.EditorID);
I also get permission denied errors on one of my pages on
onmouseover="m_over();"
and on a different page on
onmouseover="m_over(event.srcElement);"
Anyone dealt with this or have any suggestions?