Yes, I did Google for Add to Favourites, and installed the following script:
<script type="text/javascript">
if ((navigator.appName == "Microsoft Internet Explorer") &&
(parseInt(navigator.appVersion) >= 4)) {
var url="website";
var title="description";
document.write('<A HREF="javascript:window.external.AddFavorite(url,title)');
document.write('"<font color=#FFFFF4 face=tahoma size=8pt><b>Click to
Bookmark</b></font></a>');}
else {var alt = "<font color=#FFFFF4 face=tahoma size=2pt><b>To
bookmark<b/></font>";
if(navigator.appName == "Netscape") alt += "<font color=#FFFFF4 face=tahoma
size=2pt><b> - Press (Ctrl+D)<b/></font>";
document.write(alt);}
</SCRIPT>
Thank you all - Terrific Message Board!
"Bob Lehmann" wrote:
> How did this solve your problem? Non-IE version >=4 will not see the link.
>
> Bob Lehmann
>
> "Dave" <(E-Mail Removed)> wrote in message
> news:277E1884-C222-45B3-A004-(E-Mail Removed)...
> > Thank you all your help, Steve!
> >
> > "Steve Easton" wrote:
> >
> > > <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>
> > >
> > > --
> > > Steve Easton
> > > Microsoft MVP FrontPage
> > > 95isalive
> > > This site is best viewed............
> > > ........................with a computer
> > >
> > > "Dave" <(E-Mail Removed)> wrote in message
> > > news:0F7AD2BC-D2D0-4C2E-882A-(E-Mail Removed)...
> > > > Hello:
> > > > I am trying to add a hyperlink to my website so that visitors will be
> able
> > > > to bookmark my site by clicking on it.
> > > > I know which code works for IE:
> > > > <A
> > > >
> HREF="javascript:window.external.AddFavorite('http://www.myswebsite.com','PH
> P
> > > > Freaks')">Bookmark this Site!</A>
> > > >
> > > > BUT it does not work for Netscape and FireFox.
> > > >
> > > > Does anybody know how to make the same work for Netscape and FireFox?
> > > >
> > > > Thank you very much!
> > >
> > >
> > >
>
>
>
|