treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Add To Favorites (IE)

Last updated on:

<a href="http://site.com" onclick="window.external.AddFavorite(this.href,this.innerHTML);">Add Favorite and Go-To-There</a>

The first param to AddFavorite is the URL, the second the text to offer up for saving. So this inline JavaScript is reusable in the sense that it will pull those values dynamically from the anchor link itself.

View Comments

Comments

  1. Arvin

    Thank you ‘For Examples’

  2. Thanks ,
    what about set home page in IE or FF?

  3. Permalink to comment#

    Test that for firefox :

    onclick=”window.sidebar.addPanel(this.innerHTML,this.href,”");”

    if you use PHP or ASP you can detect browser with HTTP_USER_AGENT variable and send the correct code for make the link…

Leave a Comment

Use markdown or basic HTML and be nice.