2011-10-01 2 views
0

내 사이트에 AjaxUploader을 통합하려고하는데 Opera 브라우저에서만 오류가 발생합니다. 다른 브라우저에서는 오류가 있습니다. 게다가 새 테스트 서버에서이 코드를 테스트하면 오페라 브라우저도.Opera에서 AjaxUploader 오류가 발생했습니다.

나는 무슨 일이 일어나고 있는지 이해할 수 없으므로 도와주세요. 여기

오페라 디버거에서 stacktraca입니다 :

Uncaught exception: ReferenceError: Security error: attempted to read protected variable 

Error thrown at line 2216, column 2 in <anonymous function: Sizzle>(query, context, extra, seed) in http://site/assets/js/jquery1.6.js: 
    if (!seed && context.nodeType === 9 && !isXML(context)) 
called from line 292, column 3 in <anonymous function: find>(selector) in http://site/assets/js/jquery1.6.js: 
    jQuery.find(selector, this[0], ret); 
called from line 230, column 4 in <anonymous function: submit>() in http://site/assets/js/ajaxupload.js: 
    var response = iframe.contents().find('body').html(); 
called from line 2693, column 4 in <anonymous function: handle>(event) in http://site/assets/js/jquery1.6.js: 
    var ret = handler.apply(this, arguments); 
called via Function.prototype.apply() from line 2467, column 4 in <anonymous function: add>() in http://site/assets/js/jquery1.6.js: 
    return typeof jQuery !== "undefined" && !jQuery.event.triggered ? 

답변

1

의 모습 내장 된 크로스 사이트 스크립팅 공격 방지. 다른 양식 (예 : iFrames를 사용하고 있습니까?)에서 브라우저가 허용하지 않는 방식으로 다른 사이트의 한 사이트에있는 리소스에 액세스하려고합니다.

관련 문제