?
=?iso-8859-1?B?RnJhbudvaXM=?=
Hi,
I followed the favicon instructions at:
http://msdn.microsoft.com/library/default.asp?url=/workshop/Author/dhtml/howto/ShortcutIcon.asp
Firefox does retrieve the icon in the particular folder where I dropped
it. IE6 does not.
Using Ethereal, I notice Firefox sends a proper GET to retrieve the
icon. IE6 does not. No request at all relative to the icon were made.
That makes me think IE chokes on the following lines, included in the
HEAD section:
<LINK REL="ICON" HREF="images/favicon.ico">
<LINK REL="SHORTCUT ICON" HREF="images/favicon.ico">
It either can't read them or does not process them (even if I drop the
link on the link bar, which, for IE, is the cue to send a GET request).
Even with an absolute path, no requests whatsoever.
If I remove the above lines, IE sends a GET /favicon.ico, but Firefox
doesn't. Firefox needs the LINK.
Interesting catch-22 situation. I did workaround the problem by
removing the lines and, using javascript, append on window.onload the
LINK lines to the HEAD section. IE did not see them, issued a GET
request for /favicon.ico, and Firefox sent a GET following the absolute
or relative path to the favicon.
My question: does anyone know why IE6 doesn't send a GET when there's a
"shortcut icon" LINK?
Thanks in advance for any info.
F.
I followed the favicon instructions at:
http://msdn.microsoft.com/library/default.asp?url=/workshop/Author/dhtml/howto/ShortcutIcon.asp
Firefox does retrieve the icon in the particular folder where I dropped
it. IE6 does not.
Using Ethereal, I notice Firefox sends a proper GET to retrieve the
icon. IE6 does not. No request at all relative to the icon were made.
That makes me think IE chokes on the following lines, included in the
HEAD section:
<LINK REL="ICON" HREF="images/favicon.ico">
<LINK REL="SHORTCUT ICON" HREF="images/favicon.ico">
It either can't read them or does not process them (even if I drop the
link on the link bar, which, for IE, is the cue to send a GET request).
Even with an absolute path, no requests whatsoever.
If I remove the above lines, IE sends a GET /favicon.ico, but Firefox
doesn't. Firefox needs the LINK.
Interesting catch-22 situation. I did workaround the problem by
removing the lines and, using javascript, append on window.onload the
LINK lines to the HEAD section. IE did not see them, issued a GET
request for /favicon.ico, and Firefox sent a GET following the absolute
or relative path to the favicon.
My question: does anyone know why IE6 doesn't send a GET when there's a
"shortcut icon" LINK?
Thanks in advance for any info.
F.