Forum Moderators: mack
[codelifter.com...]
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source! [javascript.internet.com...] -->
<!-- Begin
if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
var url="http://www.your-domain-here.com";
var title="Put Bookmark Description 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('">Bookmark Us!</a>');
}
else {
var msg = "Bookmark Us!";
if(navigator.appName == "Netscape") msg += " (CTRL-D)";
document.write(msg);
}
// End -->
</SCRIPT>
Martini- Do you know if there is any support for Favorites fever beyond IE? It doesn't really matter but, I'd obviously like to catch Opera and Nav users.
Thanks for the Java scripts. I'll plug them in and, see how it goes. Much obliged!
TJ
Those are little icons that replace the standard IE/Netscape/Mozilla document icon next to your site in browsers' favorite places. So if you run a site like WebMasterWorld, you could put up a little globe next to your favorites entry. Pretty neat.
I don't know where it's okay to post a link to it here or not, so sticky me if you don't find it yourself.
Filipe- I've been wondering what those were and, how to do them. I've noticed them several times. I'll do some key word searches and, see if I can find the 'fo on my own. Thanks for the offer!
The favorites fever worked like a charm. I tried to plug the first java snippet in but, it was a no go. User error, I'm sure. I'll try the next now.
Then, when you are developing a web site and need a specific function, install it, or go to Macromedia's web site and download it.
Of course, extensions aren't the answer for all problems, you have to go in to the code and dig around in it from time to time.
If you don't know much about Dreamweaver I suggest you purchase the Dreamweaver Missing Manual, an excellent reference work on DW.
TJ