Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

I am getting error in my firefox browser version 11,12 and 22

73 views
Skip to first unread message

Kalpesh Doshi

unread,
Aug 20, 2013, 1:33:19 PM8/20/13
to
we have application developed in Java.We button in application. when we click on button we are calling another application. when we are clicking on button we are getting error 'Permission denied to access property 'open'
Source File: https://abc.com/test1021/rv/viewer.standalone.core.js
Line: 13308

Please find below Troubleshooting Information from Firefox for more information

can anyone help me to resolve this error.

----------------------



Application Basics

Name
Firefox

Version
12.0

User Agent
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0

Profile Directory

Show Folder

Enabled Plugins

about:plugins

Build Configuration

about:buildconfig

Crash Reports

about:crashes

Memory Use

about:memory

Extensions

Name

Version

Enabled

ID

Open Secure
1.0
true
opensec at jonas.eriksson

IDS_SS_NAME
IDS_SS_VERSION
false
{D19CA586-DD6C-4a0a-96F8-14644F340D60}

Skype Click to Call
6.11.0.13348
false
{82AF8DCA-6DE9-405D-BD5E-43525BDAD38A}

Important Modified Preferences

Name

Value

accessibility.blockautorefresh
true

accessibility.typeaheadfind.flashBar
0

browser.cache.disk.capacity
1048576

browser.cache.disk.smart_size.first_run
false

browser.cache.disk.smart_size_cached_value
1048576

browser.places.smartBookmarksVersion
4

browser.startup.homepage_override.buildID
20120420145725

browser.startup.homepage_override.mstone
rv:12.0

browser.tabs.loadInBackground
false

dom.w3c_touch_events.expose
false

extensions.lastAppVersion
12.0

font.size.variable.x-western
14

gfx.direct3d.prefer_10_1
true

network.cookie.prefsMigrated
true

places.database.lastMaintenance
1376667962

places.history.expiration.transient_current_max_pages
104055

plugin.disable_full_page_plugin_for_types
application/pdf

privacy.sanitize.migrateFx3Prefs
true

privacy.sanitize.timeSpan
0

security.warn_viewing_mixed
false

Graphics

Adapter Description
Intel(R) HD Graphics 4000

Vendor ID
0x8086

Device ID
0x0166

Adapter RAM
Unknown

Adapter Drivers
igdumdim64 igd10iumd64 igd10iumd64 igdumdim32 igd10iumd32 igd10iumd32

Driver Version
9.18.10.3071

Driver Date
3-19-2013

Direct2D Enabled
Blocked for your graphics driver version.

DirectWrite Enabled
false (6.2.9200.16571)

ClearType Parameters
ClearType parameters not found

WebGL Renderer
Google Inc. -- ANGLE (Intel(R) HD Graphics 4000) -- OpenGL ES 2.0 (ANGLE 1.0.0.963)

GPU Accelerated Windows
3/3 Direct3D 9

-------------------------------------

Ralph Fox

unread,
Aug 21, 2013, 5:25:44 AM8/21/13
to
On Tue, 20 Aug 2013 10:33:19 -0700 (PDT), Kalpesh Doshi wrote:

> we have application developed in Java.We button in application. when we click on button we are calling another application. when we are clicking on button we are getting error 'Permission denied to access property 'open'
> Source File: https://abc.com/test1021/rv/viewer.standalone.core.js
> Line: 13308
>
> Please find below Troubleshooting Information from Firefox for more information
>
> can anyone help me to resolve this error.


That looks to be Javascript, not Java.

My guess is that the Javascript is trying to access a method or property on
a page (or frame) from a different site. This access is denied under the
'Same Origin Policy'
* http://en.wikipedia.org/wiki/Same-origin_policy
* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Same_origin_policy_for_JavaScript
* http://www.w3.org/Security/wiki/Same_Origin_Policy

To get around the 'Same Origin Policy' in Firefox, you can use the cross-origin
resource sharing (CORS) standard:
* http://en.wikipedia.org/wiki/Cross-Origin_Resource_Sharing
* https://developer.mozilla.org/en-US/docs/HTTP/Access_control_CORS
* http://www.w3.org/TR/cors/

The Troubleshooting Information posted does not show anything to cause this
error.


--
Kind regards
Ralph
0 new messages