Internet Explorer does not load images cross domain
I am using Qualtrics to create a survey. In the survey I included pictures using html from a different websi开发者_JS百科te. It works in ALL browser but Internet Explorer 8 just doesn show pictures cross domain.
I am looking for html or javascript code to allow access for loading pictures from otehr domains...
thanks
Uh, if you have a page at http://www.example.com/foo.html, you should be able to put an image on that page like:
<img src="http://www.example.org/bar.jpg">
...just fine.
What do the links look like? What happens if you try to load that link directly in IE8's location bar?
I'm going to bet a beer that the image is a CMYK image, which IE can't render in any version.
精彩评论