Hi Guys, Need your Help BookMark Question

Discussion in 'HTML & Website Design' started by medic2424, Oct 30, 2006.

  1. #1
    Hello guys, I need your help. I really dont know where to ask this, but I will give it a try here. I want to place a "bookmark" this site in my sites, but where can i get such a thing? Can you please guide me in that direction? Thanks in advance..

    Ed
     
    medic2424, Oct 30, 2006 IP
  2. mattmdesign

    mattmdesign Well-Known Member

    Messages:
    1,201
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    118
    #2
    Try this:

    <a href="javascript:window.external.AddFavorite('http://www.domain.com','site name')">Bookmark us</a>
     
    mattmdesign, Oct 30, 2006 IP
  3. celsius

    celsius Guest

    Messages:
    86
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi there,

    Is this what you mean?
    function favorieten(){
    var bookmarkurl="yourdomain"
    var bookmarktitel="yourdomain"

    if (document.all)
    window.external.AddFavorite(bookmarkurl,bookmarktitel)
    }

    code in html
    <a href="javascript:favorieten()" class="top_menu">Bookmark</a>
     
    celsius, Oct 30, 2006 IP
  4. medic2424

    medic2424 Peon

    Messages:
    494
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks Matt

    Ed

    Celsius, I am confused by yours, what type of code is the first? and then the second says html.
     
    medic2424, Oct 31, 2006 IP
  5. celsius

    celsius Guest

    Messages:
    86
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    The first is a javascript function called 'favorieten' or 'favorites' in english.

    The second piece of code goes into the body of your html file.

    I'm at work now so I was a bit in a hurry, but still wanted to help you with this. The hurry means I also forgot a small but important piece of the code. I edited my first post.


    I hope it's more clear now :)
     
    celsius, Oct 31, 2006 IP
  6. medic2424

    medic2424 Peon

    Messages:
    494
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Thanks brother!

    Ed
     
    medic2424, Oct 31, 2006 IP
  7. medic2424

    medic2424 Peon

    Messages:
    494
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I tried both and both gave me an error when trying to bookmark..

    Ed
     
    medic2424, Oct 31, 2006 IP