Firefox操作不安全

时间:2013-10-03 10:11:32

标签: javascript firefox extjs

我的代码同时使用ie和chrome,只有firefox因此错误而失败。

我已经将url的ajax请求添加到我的容器中。

Ext.Ajax.request({
            url: 'attachment/uploadAttachment',
            scope: this,
            params: {
                projectId: this.projectId,
                draftNumber: this.draftNumber
            },
            success: function(form, action) {

            },
    })

我正在为我的ui使用ext js 3.4框架。

我在firefox上得到了这个:

{"raw":["SecurityError: The operation is insecure."
"http://localhost:8080/MySupplierInvoices/plugins/my-apps-ext-js-common-0.1/js/overrides/Ext.form.Field.js?_debugResources=y&n=1380786192461"
21]

0 个答案:

没有答案
相关问题