Thomas J.S.: IE 5 (4?) -» Icons bei URL-Files

Beitrag lesen

Hallo Stefan!

Gibt's da noch ein Weg, das Icon im Javascript anzugeben?

imho nein, ich wäre an dieser lösung, sofern es sie gibt, aber sehr interessiert!

Wie wäre es mit?:

<SCRIPT>
<!--
if ((navigator.appVersion.indexOf("MSIE") > 0)
  && (parseInt(navigator.appVersion) >= 4)) {
document.write("<img src="favicon.gif" width="32" height="32" onclick='window.external.AddFavorite(location.href, document.title);' alt="Add this page to your favorites">");
}
//-->
</SCRIPT>

Grüße
Thomas