+ Reply to Thread
Results 1 to 8 of 8

Thread: Bookmark button
      
   

  1. #1
    Lisa is offline Corporal
    Join Date
    Jun 2005
    Posts
    11

    Default 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

  2. #2
    Pablo is offline Moderator
    Join Date
    May 2005
    Posts
    507

    Default

    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 Specialist

  3. #3
    Lisa is offline Corporal
    Join Date
    Jun 2005
    Posts
    11

    Default

    Thanks pablo, My bookmark works perfectly.

    regards Lisa

  4. #4
    CDavis is offline Corporal
    Join Date
    Oct 2005
    Posts
    19

    Default

    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?

  5. #5
    Bradman66 is offline Private
    Join Date
    Sep 2005
    Posts
    4

    Default 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!

  6. #6
    eyekeeper is offline Private
    Join Date
    Oct 2005
    Posts
    2

    Smile 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!

  7. #7
    bill2006's Avatar
    bill2006 is offline Lieutenant General
    Join Date
    May 2006
    Posts
    3,422

    Default Re: Bookmark button

    Thanks Pablo, worked great !

  8. #8
    blnda84's Avatar
    blnda84 is offline Sergeant First Class
    Join Date
    Jul 2006
    Location
    Tennessee
    Posts
    54

    Default Re: Bookmark button

    Added your script, Pablo, to my site. Thanks so much. Works perfectly!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Send this page to a friend button
    By limebrook1 in forum BlueVoda - General Issues
    Replies: 2
    Last Post: 09-06-2010, 11:41 AM
  2. Browse button and upload box.
    By Rubicon in forum Forms
    Replies: 1
    Last Post: 11-13-2005, 09:50 AM
  3. Button Problem
    By NimaZ in forum BlueVoda - General Issues
    Replies: 1
    Last Post: 10-10-2005, 09:26 AM
  4. Attaching photo to formm with browse button
    By findach in forum General Support Issues
    Replies: 0
    Last Post: 09-26-2005, 12:59 PM
  5. Bookmark Function
    By Patti Johnson in forum BlueVoda - General Issues
    Replies: 4
    Last Post: 09-14-2005, 07:40 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49