Forum Moderators: open
The site is almost done but this is holding me up bigtime.
Thanks,
R7
text link would look like this:
<a href="javascript:window.external.AddFavorite(location.href, document.title);">some text</a> For an image, it isn't much different:
<a href="javascript:window.external.AddFavorite(location.href, document.title);"><IMG SRC="yourImage.gif"></a> With an image map, just use the same javascript in the area of your map:
<IMG SRC="yourImage.gif" USEMAP="#map">
<MAP NAME="map">
<AREA SHAPE="RECT" COORDS="5,5,5,5" HREF="javascript:window.external.AddFavorite(location.href, document.title);">
</MAP> Hope that helps.