Here's one way (this only works for Internet Explorer):
The website url and title need to be changed to your information. You can
also edit the text in the last document.write line.
There are other ways to do this, but I forget at the moment.
<!-- begin bookmark script -->
<p align="center"><script LANGUAGE="JavaScript">
<!-- Begin
if ((navigator.appName == "Microsoft Internet Explorer") &&
(parseInt(navigator.appVersion) >= 4)) {
var url="Put your entire URL here";
var title="Type your website name or title here";
document.write('<A HREF="javascript
:window.ext');
document.write('ernal.AddFavorite(url,title);" ');
document.write('onMouseOver=" window.status=');
document.write("'BOOKMARK US!'; return true ");
document.write('"onMouseOut=" window.status=');
document.write("' '; return true ");
document.write('Add our site to your favorites folder</a>');
}
else {
var msg = "Don't forget to bookmark this site!";
if(navigator.appName == "Netscape") msg += " (CTRL-D)";
document.write(msg);
}
// End -->
</script>
<noscript>Please enable JavaScript to use the "Bookmark Us"
feature.</noscript>
<!-- End bookmark script -->
"Global Discount" <(E-Mail Removed)> wrote in
message news:0BF96CCD-9009-4366-A57E-(E-Mail Removed)...
> Hi - I use FrontPage 2002 and Windows XP.
>
>
> I have seen on the web numerous sites say "Bookmark Our Site" or something
> similar to this. We would like to add this to our home page so that as
the
> customer clicks on this they will add our site to their favorite list -
> bookmark our site. I don't have the html for this. Can anyone tell me
how
> to do this??
>
> Thanks so much for your help, Chris http://globaldiscount.net