If I understand things good, iframe can be used to embed external sites withing my page, that includes also AJAX sites. For the site the iframe is quite transparent.
I have external site, made with Ext 2.3.0. However, when I try to load this site within iframe, I have the following errors:
Error: Permission denied to access property 'cwc'
cwc-Extjs-All.js (Zeile 2).
Error copied from Firebug, but under IE 9 it doesn't work as well.
I have no possibility to change the external site. What can I do on my site to make that site work?
--edit--
My first guess was that it has something to do with Same Origin Policy, but other AJAX sites are working correctly, so it may be general Ext problem with iframes.