Try this one.
<script language="javascript">
<!--
if ((navigator.appVersion.indexOf("MSIE") > 0)
&& (parseInt(navigator.appVersion) >= 4)) {
document.write("<a href='#' onclick='window.external.
AddFavorite(location.href, document.title);'>
Add this page to your favorites!</a>");
}
file://-->
</script>
Replace Add this page to your Favorites with: img src="myimage.gif"
With myimage.gif being the image you want to use.
--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
"PoohsHunnyBee" <(E-Mail Removed)> wrote in message
news:CFAE482F-5688-4608-8FDC-(E-Mail Removed)...
> Hi, I have created a webpage and have included a gif to remind people to
set a bookmark.
> Is there a way to create a link in the gif so that when they click on it,
it will
> automatically create an entry in their favorites list?!?
> Thanks
}