Leslie
2006-11-22 20:34:01 UTC
I have a web page that consists of the follwing text.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body>
<a id="Test Link" href="default.htm"><img src="file:///C:\0000.ico"
border="0" /></a>
</body>
</html>
In the above html the anchor image references a locally stored icon. When I
access this page through a web server that is included in Trusted sites then
the icon is properly displayed in the browser. However, when I access this
page and the web site is NOT included in Trusted sites then all I see is the
Image not found icon.
This was not the case in IE 6.
What has changed to cause IE 7 to be unable to reference locally stored
icons? Is there a setting or configuration change (besides putting the web
site in the Trusted sites) that will cause the icon to display as it did in
IE 6?
Thanks,
Leslie
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body>
<a id="Test Link" href="default.htm"><img src="file:///C:\0000.ico"
border="0" /></a>
</body>
</html>
In the above html the anchor image references a locally stored icon. When I
access this page through a web server that is included in Trusted sites then
the icon is properly displayed in the browser. However, when I access this
page and the web site is NOT included in Trusted sites then all I see is the
Image not found icon.
This was not the case in IE 6.
What has changed to cause IE 7 to be unable to reference locally stored
icons? Is there a setting or configuration change (besides putting the web
site in the Trusted sites) that will cause the icon to display as it did in
IE 6?
Thanks,
Leslie