Script Error
From Ted on 10 July '02
-
I found that code for an auto bookmark script. However, it's
getting an error when you submit - still works but I would like
to remove the error. I added the button to it because it was text
before. Anyone see where I may have went wrong?
<SCRIPT LANGUAGE=javascript>
<!--
if(navigator.appName.indexOf('Microsoft')>=0)
{
document.write('<a HREF="javascript:void(0);"
onClick="window.external.AddFavorite(location.href,
document.title);"> <input onclick="varitext()" type="button"
value="Bookmark This Page"></a>');
}
// -->
</SCRIPT>
|