Website Design Edmonton       Website Design Feedback       Website Design Sitemap     Contact Website Design Company
Website Designers R Us - Home
Creating Add to Favorites link and script in JavaScript

Do you see an "Add to Favorites" lin on the right of this page? When you click on this link, the "Favorites" window pop-ups asking if you would like to add the site to the list.

Let us first see the advantages of adding such a link:
If visitors really like your site, they can easily add it to their favorites list through the normal process - Under Internet Explorer, click on the "Favorites" menu item and then on "Add to Favorites...".
However, they might just forget about this or they just might feel lazy (...you now what I mean). If you have an "Add To Favorites" link, you not only remind the visitors of the favorites folder but also prompt them to add your site and this just takes one click.

Here we use a little JavaScript and tie it up to the HREF tag of the link and here is the JavaScript function code:

function addfav()
   {
   if (document.all)
      {
      window.external.AddFavorite
      ("http://www.dotspecialists.com","WebDevelopersNotes")
      }
   }

Note: The javascript statement "window.external.AddFavorite(..." should be a single line

The part in red color in the above code is the URL and the blue is the Name you want to give to the link.

<A HREF="javascript:addfav()">Add To Favorites</A>
Return to Listing

Website Designer R Us is the right company to get your job done professionally and cost effectively. We've seen the good, the bad, and the ugly, and we are here to help you by recommending the services that match your needs based on our knowledge of other website designers and web design companies whom can perform the type work you are needing.
 Home          ::             About Us          ::             Support            ::             Services            ::             Link Partners          ::             Contact

Copyright © 2006-2011 Website Designers R Us, a DOT Specialist Company. All rights reserved.