gehuangyi20 / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

IE8.js tries to load remote images locally #150

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Include a remote CSS (http://remote.example.org/css.css) which links to 
a local file (/image.png).
2. Your page should be located elsewhere, where /image.png does not exist 
(ie. http://local.example.org/). Access this page directly.

Instead of linking to http://remote.example.org/image.png, it tries to 
link to /image.png -- meaning http://local.example.org/image.png.

What version of the product are you using? On what operating system?
- IE8.js (beta 3) on IE7.0.6001.18000 on Windows Server 2008.

Original issue reported on code.google.com by shah...@gmail.com on 26 Jan 2009 at 6:32

GoogleCodeExporter commented 9 years ago
You need to set the document.domain property if you want to use IE7.js across 
sub-
domains.

http://msdn.microsoft.com/en-us/library/cc196989(VS.85).aspx

Original comment by dean.edw...@gmail.com on 12 Feb 2010 at 2:48