One of my users has saved the following iframe in their page design using the EO Editor:
Code: HTML/ASPX
<iframe frameborder="0" org_src="http://www.tagxedo.com/art/9ca5c49221234e26" width="300" height="300"
scrolling="no" src="http://www.tagxedo.com/art/9ca5c49221234e26" width="300" height="300" scrolling="no">
</iframe>
Now, using Firefox (4.0), when they try to insert images, this FileExolorer error is thrown:
EO.Web Controls Client Side Debug Message:
An error occurred while accessing the FileExplorer object in page specified by URL property. Please make sure this page and the page specified by URL are from the same domain. Modern browsers forbid cross domain JavaScript calls for security concerns.
You can turn off this message by setting EO.Web.Runtime.DebugLevel to 0 (Not recommended for debug build).
Aside from not using the iframe, is there a work-around for this?
Thanks