How can I make a link on my page that will allow users of MSIE to
automatically bookmark my site when they click it?
Please note that this is a MSIE'ism and will not work with Netscape.
Internet Explorer Users: Click here to add this page to your list of favorites
Source Code
<SPAN style='color:red;cursor:hand;'
onClick='window.external.AddFavorite(location.href, document.title);'>
<FONT face="Arial, Helvetica" size="2">
Internet Explorer Users: Click here to add this
page to your list of favorites
</FONT>
</SPAN>