Results 1 to 5 of 5

Thread: Bookmark Site script Not really working in Firefox

  1. #1
    Join Date
    Mar 2005
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Bookmark Site script Not really working in Firefox

    Bookmark Site script is not really quite compatible with Firefox like it says.

    It does add the bookmark, but when the bookmark is clicked it opens the website in the sidebar, not the main window. Right click on the bookmark and "Load this bookmark in the sidebar" is checked.

    Is there any way to fix this? It's sooo close to being perfect.


    edit: oops, sorry, wrong section.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Hi:
    Yep, I'm aware of the problem, though haven't found any documented solution around it yet, unfortunately.

    p.s: This definitely constitutes a bug, so right section.

  3. #3
    Join Date
    May 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I found a solution provided by someone at the following location...

    http://www.daniweb.com/techtalkforums/thread21389.html

    I hope this helps.

    I use daniweb's solution for any browser except IE and use "Dynamic Drive's solution for IE.


  4. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Hi bob_bharris:
    From what I can tell the code posted on Daniweb is no different than the one on DD, so it still has the same problem in FF.

  5. #5
    Join Date
    Dec 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    If you right click on the bookmark, its Properties can be modified so that it doesn't open in the sidebar. But I can find no way to do that programmatically.

    What I suggest instead is that you write a mini page including key links to your site and use that as the URL that is added by the bookmark script.

    As in

    if (window.sidebar&&window.sidebar.addPanel) {window.sidebar.addPanel("Jesus Army pages", "http://www.jesus.org.uk/sidebar.htm", "");}

    If the head section of that mini page includes the line <base target=_content> then clicks on that mini page will open in the main page of the browser.

Bookmarks

Posting Permissions

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