scuttleButt
Programmer
I am working with the "add this site to your favorites" and it works well on my computer. The problem I am having is some of the other computers it's not working, it's not adding the icon onto the favorites menu... all they get is the normal explorer e icon. Is there a problem with windows NT or 2000 maybe? That is what they have on their machines and mine is 98.
My code relating the icon to the site:
<LINK REL="SHORTCUT ICON" HREF="favicon.ico">
My code for the link:
This works fine, the link goes in everytime on every machine, just the icon doesn't get there.
<SCRIPT>
<!--
if ((navigator.appVersion.indexOf("MSIE"
> 0)&& (parseInt(navigator.appVersion) >= 4))
{var sText = "<U><SPAN STYLE='color:blue;cursor:hand;font-size:8pt;font-family: Tahoma, Arial, Verdana, MS Sans Serif;'";
sText += "onclick='window.external.AddFavorite(location.href,";
sText += "document.title);'>Add MWTC to your favorites</SPAN></U>";
document.write(sText);
}
//-->
</SCRIPT>
I appreciate any suggestions
Thanks,
Donna
My code relating the icon to the site:
<LINK REL="SHORTCUT ICON" HREF="favicon.ico">
My code for the link:
This works fine, the link goes in everytime on every machine, just the icon doesn't get there.
<SCRIPT>
<!--
if ((navigator.appVersion.indexOf("MSIE"
{var sText = "<U><SPAN STYLE='color:blue;cursor:hand;font-size:8pt;font-family: Tahoma, Arial, Verdana, MS Sans Serif;'";
sText += "onclick='window.external.AddFavorite(location.href,";
sText += "document.title);'>Add MWTC to your favorites</SPAN></U>";
document.write(sText);
}
//-->
</SCRIPT>
I appreciate any suggestions
Thanks,
Donna