Bookmark button

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Lisa
    Corporal

    • Jun 2005
    • 11

    Bookmark button

    I have looked at the tutorials but they have nothing on Bookmarking pages to Favorites.
    * I want to add a bookmark to each of my pages on my Website.
    * I have been advised to do it in email form
    * I have selected email format, added shapes and coloured them, but I want to know how to link this to favorites.
    * When my customers click on "Bookmark Now", I want my site to go to their favourites in Internet explorer. Which part to I use to make this button work. Thanks
  • Pablo
    Moderator

    • May 2005
    • 507

    #2
    You'll need javascript to do this:

    Step 1:
    Copy this code into the <HEAD> section using the Page HTML tool of BlueVoda:

    <SCRIPT LANGUAGE="JavaScript">
    function addbookmark()
    {
    bookmarkurl="http://www.bluevoda.com"
    bookmarktitle="My Favorite Web Builder"
    if (document.all)
    window.external.AddFavorite(bookmarkurl,bookmarkti tle)
    }
    </SCRIPT>

    Step 2:
    Add a link and enter this URL:
    javascript:addbookmark()

    Or

    Add an Advanced Button (Insert|Form|Advanced Button)
    Change the properties to:
    Button type: OnClick
    OnClick action: Execute JavaScript function
    OnClick value: addbookmark()
    Forum Moderator
    BlueVoda Spe******t

    Comment

    • Lisa
      Corporal

      • Jun 2005
      • 11

      #3
      Thanks pablo, My bookmark works perfectly.

      regards Lisa

      Comment

      • CDavis
        Corporal

        • Oct 2005
        • 19

        #4
        Is anyone having trouble making this work? I followed the above instructions, but when I click the bookmark link, nothing happens.

        I am using the lastest version of bluevoda, so I was thinking maybe this is a bug in the new version.

        Any ideas?

        Comment

        • Bradman66
          Private First Class

          • Sep 2005
          • 5

          #5
          Re: Bookmark button

          I have found out that if you copy and paste the code pablo gives you above, you need to fix his typo. (Sorry Pablo)

          Above, there is a space in bookmarktitle - see below
          "(bookmarkurl,bookmarkti tle)"

          Fix it so it says "(bookmarkurl,bookmarktitle)"

          After that fix it worked for me!

          Comment

          • eyekeeper
            Private

            • Oct 2005
            • 2

            #6
            Re: Bookmark button

            This forum is very interesting. You can have the answer before making the question I suppose that it's like that for a lot of people but for me it's better and so I say it: Thanks to all of you!

            Comment

            • bill2006
              Lieutenant General

              • May 2006
              • 3421

              #7
              Re: Bookmark button

              Thanks Pablo, worked great !
              Bill
              www.blueearthtea.com
              www.ftaaconsulting.com
              www.iaval.com
              www.theemeraldbay.com

              Comment

              • blnda84
                Sergeant First Class

                • Jul 2006
                • 53

                #8
                Re: Bookmark button

                Added your script, Pablo, to my site. Thanks so much. Works perfectly!
                Belinda B.
                BB Destination Express

                Comment

                Working...
                X