SCRIPT70: Permission denied IE9

后端 未结 9 1387
隐瞒了意图╮
隐瞒了意图╮ 2020-12-14 08:40

I am getting the strange error \"SCRIPT70: Permission denied jquery.js, line 21 character 67\" on IE-9. Searched on google but could not find anything except a

相关标签:
9条回答
  • 2020-12-14 09:04

    Recently I encountered this error. In the application I am working, I'm using TinyMce text editor for our email composer. This creates an iframe which contains the objects I need for an email composer. After seeing many blogs about the said error, I tried to programmatically remove the TinyMce text editor object then triggered the redirection. And it WORKED!

    0 讨论(0)
  • 2020-12-14 09:13

    Tip from this one page should help: http://forum.jquery.com/topic/strange-behaviour-in-ie9

    Make sure that HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_OBJECT_CACHING\iexplore.exe is not set to 0 (it should be 1 or missing)

    0 讨论(0)
  • 2020-12-14 09:15

    If you run a 64-bit OS, make sure the value of this key is also set to 1: HKEY_LOCAL_MACHINE\SOFTWARE\**Wow6432Node**\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_OBJECT_CACHING\\iexplore.exe

    Without this key we had random SCRIPT70: Permission denied errors in Internet Explorer 11.

    0 讨论(0)
提交回复
热议问题