搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

I am getting an error "Permission denied to access property '$j' " (firebug) for a customize search on a gaming website

  • 3 回覆
  • 9 有這個問題
  • 2 次檢視
  • 最近回覆由 Skibo12

more options

A gaming wikidot site i help with has a customized search on this page http://www.thetelonproject.com/search-the-site. It works in IE and other browsers I have, and other FF users dont have a issue, its just mine it seems.

The line that firebug references is this

>>> parent.parent.$j('iframe.html-block-iframe[src$="/' + id + '"]').height(height + 'px');<<< error; Permission denied to access property '$j'

I dont know if this blocked from an addon or a java setting, the site admin doesn want to change the page cuz it works in his FF. I can paste more code if needed.

A gaming wikidot site i help with has a customized search on this page http://www.thetelonproject.com/search-the-site. It works in IE and other browsers I have, and other FF users dont have a issue, its just mine it seems. The line that firebug references is this >>> parent.parent.$j('iframe.html-block-iframe[src$="/' + id + '"]').height(height + 'px');<<< error; Permission denied to access property '$j' I dont know if this blocked from an addon or a java setting, the site admin doesn want to change the page cuz it works in his FF. I can paste more code if needed.

所有回覆 (3)

more options

That is an iframe with a src that links to PayPal (Donate):

  • /nav:side/html/11507054cca0c8ca485ea28049465ac4f038d001-491762192042853969

http://thetelonproject.wdfiles.com/local--html/nav%3Aside/11507054cca0c8ca485ea28049465ac4f038d001-491762192042853969/www.thetelonproject.com/

Start Firefox in Safe Mode to check if one of the extensions (Firefox/Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Firefox/Tools > Add-ons > Appearance).

  • Do NOT click the Reset button on the Safe Mode start window or otherwise make changes.
more options

Ok so its comes down to add-on:HTTPS everywhere. Is it getting blocked because its not using HTTPS's in design?

more options

Well HTTPS developers did a patch for this and it still not solved. I started trouble shooting all over again and this time the page doesnt even load in safe mode.

I talked to the Admin that had that page made, its a customized google search for that site. (he refuses to change anything for 1 person) about the Paypal part, it does NOT have anything to do with Paypal.

Here are the errors read in firebug;

Error: Permission denied to access property '$j' https://www.thetelonproject.com/common--javascript/resize-iframe.html?0.5509135695888144 Line 16

Error: Permission denied to access property '$j' https://www.thetelonproject.com/common--javascript/resize-iframe.html?0.09923729243722779 Line 16

Error: Permission denied to access property '$j' https://www.thetelonproject.com/common--javascript/resize-iframe.html?0.6365218933043735 Line 16

Line16 = parent.parent.$j('iframe.html-block-iframe[src$="/' + id + '"]').height(height + 'px');

由 Skibo12 於 修改