Thomas J.S.: Was ist FAVICON?

Beitrag lesen

Hallo Joerg!

Mal ne andere Frage dazu. Kann es sein, dass das offline nicht funzt, sondern nur online ?! Kann doch eigentlich nicht sein, oder?! Ich hab aber ein favicon.ico in meinem HP-Verzeichnis (umbenannte BMP). Nur leider keinen Effekt! Online (z.B. auch Dr. Web) klappts prima.

Dann mal von der Quelle:
"If you put a 16x16 icon file named favicon.ico at the root of your domain, it will be used for any of your pages added to the Favorites list. Also, you could include a <LINK REL="…" HREF="blah.ico"> in the HTML of any page that requires a custom icon. If no 16x16 icons are available, the default HTML icon will be used."

Du kannst natürlich so nett sein und den Leuten gelich ein Favorit auf's Auge drücken (mit einem Link):

<SCRIPT>
<!--
if ((navigator.appVersion.indexOf("MSIE") > 0)
  && (parseInt(navigator.appVersion) >= 4)) {
    document.write("<U>
      <SPAN STYLE='color:blue;cursor:hand;'
      onclick='window.external.
AddFavorite(location.href, document.title);'>
Add this page to your favorites</SPAN>
  </U>");
}
//-->
</SCRIPT>

Grüße
Thomas

PS:
http://msdn.microsoft.com/workshop/delivery/desktop/actdeskie5/actdeskie5.asp
http://msdn.microsoft.com/workshop/essentials/versions/ICPIE5.asp