Arjen wrote:
> Hi,
>
> I want to use a favicon.ico in a perl-script. So when the perl-script is
> called the icon appears in the address bar of the browser.
> When I put <link rel="icon" href="favicon.ico" type="image/x-icon"> within
> the outputted html, it doesn't work.
>
> May be someone has suggestions ?
>
> Thx,
>
> Arjen
>
>
If you're using IE you've got to remember that IE only uses favicons if
you actually make the page a favourite (ie it appears somewhere in the
Favorites menu). It'll be ignored otherwise.
Note this is for given versions of IE. I reserve the right not to go
figure out which versions
MB