Forum Moderators: open
I cant seem to find a utility or HTML code that allows you to add that link that says "Click here to Bookmark!"
Regards
Regards
[favicon.com...] has a great set of tools and info on this.
<head>
<script language="JavaScript">
<!--
ref=""+escape(document.referrer);
if ((ref=="undefined")¦¦(ref=="")¦¦(ref=="bookmarks")) {
ref="Bookmark";
}
else {
wl=window.location.href;
if (wl.lastIndexOf('/')!=(wl.length-1)) {
wl=wl+"/";
}
}
// -->
</script>
</head>
<body>
<a href="javascript:window.external.AddFavorite('http://url','Description')">click here </a>
</body>
Dats Wat i Tink !!!