| Your Best Hosting Solution Keeping it Simple | | | | | | |  | Add Favorite |  |
What it's all about: Pops up the "Favorites" window to bookmark the link in Internet Explorer. Pretty neat! How to install this script:TWO STEPS TO INSTALL ADD FAVORITE: 1. Copy the coding into the HEAD of your HTML document 2. Add the last code into the BODY of your HTML document STEP ONE: Paste this code into the HEAD of your HTML document <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- Original: nprakaz@rediffmail.com --> <!-- Web Site: http://www20.brinkster.com/mahathmaonline --> <!-- Begin function addbookmark() { bookmarkurl="http://javascript.internet.com/" bookmarktitle="Welcome To JavaScript Source" if (document.all) window.external.AddFavorite(bookmarkurl,bookmarktitle) } // End --> </script> </HEAD> STEP TWO: Copy this code into the BODY of your HTML document <BODY> <div align="center"> <a href="javascript:addbookmark()"><b>Bookmark This Page</a> </div> | | | | | |