Submit Your Article Forum Rules

Results 1 to 8 of 8

Thread: Bookmark / Add to favourites link

  1. #1

    Bookmark / Add to favourites link

    Hi again,

    I recently added the posibility to bookmark my page.
    When I look at this bookmark link with Internet explorer everything looks fine, but when I look at it with Mozilla Firefox the link doesn't look OK!?

    You can find the bookmark link at the bottom of my site http://www.shimshon9.com

    Does anybody has an idea why this is happening and what I could do?

    Thanks,
    Shimshon

  2. #2
    WebProWorld MVP
    Join Date
    Aug 2003
    Posts
    1,039
    The JavaScript you use to generate the bookmark link treats IE and Mozilla differently.

    For IE it make a clickable link to bookmark the page, while for Mozilla it shows the message about Ctrl+D.

    I don't think you can add a bookmark using JS in Mozilla browsers, I've never tried.

  3. #3
    Is there a posibility to make a bookmark without javascript?

  4. #4
    WebProWorld MVP
    Join Date
    Aug 2003
    Posts
    1,039
    The obvious way is to allow the user to bookmark the page from the browser menu.

    Chances are if they don't know how to bookmark a page by hand they are unlikely to know how to use a bookmark to get back to your page.

    Call me cynical if you like.

  5. #5
    Senior Member paulhiles's Avatar
    Join Date
    Jul 2003
    Posts
    2,073

    detect browser then serve the code

    Quote Originally Posted by shimshon
    Is there a posibility to make a bookmark without javascript?
    Javascript is traditionally the method that sites choose to achieve this. Of course, you could use either Javascript OR server-side scripting to first of all detect the user's browser and then serve up the appropriate code. But do you really want to go to all that trouble just to provide the "add to favorites" linkage?

  6. #6
    Junior Member
    Join Date
    Jan 2004
    Posts
    12

    adding a bookmark feature to site?

    Hello web experts!
    I currently have a manual bookmark on my site, but would like to change it to one that allows a person to click on it and it'd show up on their favorites right away.

    Would this be considered a pop-up?

    The program I have is the educational version of Dreamweaver MX.

    Thanks for any help!
    best wishes,
    Lisa
    http://www.everythingshea.com
    Everything Shea Aromatic Creations

  7. #7
    Senior Member paulhiles's Avatar
    Join Date
    Jul 2003
    Posts
    2,073

    Add to favourites link

    Hi Lisa,

    I noticed a line of red text "BOOKMARK A CLEAN SITE!" that was suggesting visitors might want to bookmark the site - was that what you meant by a 'manual bookmark'?
    If you visit Shimshon's website (his web address is above), you'll notice he's using a Javascript to detect the visitor's browser then it's supplying the appropriate linkage. This is a pretty neat technique, just so long as your visitors have Javascript enabled browsers. The alternative would be to use server-side scripting (as we mentioned earlier in the thread)

    What you should definitely avoid is having a bookmark function that automatically appears as the page loads. That would most likely come under the category of a popup, and it would certainly put off a lot of visitors. People like to be in control, so allow them to add the site to their favourites if they wish! :o)

    Hope that helps.

    Paul

    PS. Lisa, I've merged your post with Shimshon's as they were dealing with the same topic.

  8. #8
    Junior Member
    Join Date
    Jan 2004
    Posts
    12
    Hi Paul,
    Good idea to merge the same topics.

    Thanks for your advice and by reading one of the earlier posts by speed, I have to agree. Also, I don't want to mess with pop ups and not everyone has java.

    And it's a lot simpler to leave as is! Yeah, this is what I refer to as a manual bookmark I guess!

    Thanks again for all the great advice here.
    best wishes,
    Lisa

Similar Threads

  1. How to add a "Bookmark This" link?
    By johnfrey in forum Web Programming Discussion Forum
    Replies: 1
    Last Post: 08-03-2009, 11:12 PM
  2. May I social bookmark your blog?
    By amabaie in forum Link Exchange
    Replies: 4
    Last Post: 05-30-2008, 11:54 PM
  3. How to add a bookmark in FireFox
    By lewatson in forum Web Programming Discussion Forum
    Replies: 1
    Last Post: 04-09-2005, 06:58 PM
  4. how to 'add to favourites'
    By sonyamay in forum Web Programming Discussion Forum
    Replies: 1
    Last Post: 02-22-2005, 05:10 AM
  5. www.yourfavourites.com - What are your favourites?
    By norwin in forum Submit Your Site For Review
    Replies: 2
    Last Post: 02-14-2004, 12:09 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
  •