[thelist] How to create bookmark links?

Shoshannah Forbes xslf at xslf.com
Wed Feb 7 20:01:31 CST 2001


Here is what I use (IE only):

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
if ((navigator.appName == "Microsoft Internet Explorer") &&
(parseInt(navigator.appVersion) >= 4)) {

var url="http://yousre.site.url";
var title="Title for favorite";

document.write('<A HREF="javascript:window.ext');
document.write('ernal.AddFavorite(url,title);" ');
document.write('onMouseOver=" window.status=');
document.write("'add to favorites'; return true ");
document.write('"onMouseOut=" window.status=');
document.write("' '; return true ");
document.write('">add to favorites</a>');
}
else {
var msg = "add to your bookmarks";
if(navigator.appName == "Netscape") msg += " to bookmark this page press
(CTRL-D)";
document.write(msg);
}

// End -->
</script>



----- Original Message -----
From: "Herzog, Ari" <Ari_Herzog at Instron.com>
To: <thelist at lists.evolt.org>
Sent: Thursday, February 08, 2001 12:52 AM
Subject: [thelist] How to create bookmark links?


> How can I create a link on a page
> which creates a bookmark/favorite?






More information about the thelist mailing list