create non-sidebar bookmarks in Firefox?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mbisping

    create non-sidebar bookmarks in Firefox?

    Hello,

    is there a way to create regular non-sidebar bookmarks in Firefox with
    javascript?
    If not, why?
    Is there a workaround - maybe with a plugin?

    Thanks

    Meikel

    We can't refer users to CRTL-D since we prepare bookmark urls with
    javascript (eliminating parameters like jsessionid and adding others).

  • ASM

    #2
    Re: create non-sidebar bookmarks in Firefox?

    En réponse à mbisping qui écrivit, en date du : 4/09/07 9:10, le
    message suivant :
    Hello,
    >
    is there a way to create regular non-sidebar bookmarks in Firefox with
    javascript?
    what is a "sidebar" bookmark ?
    (I have no sidebar in *my* Firefox, it is an user's choice, no?)
    a contrario : what is a non-sidebar bookmark ?
    If not, why?
    Probably because you can't modify an opened window ?
    (even by window.resizeTo as user can disable this option)
    Probably because you can't interact on a soft's menus ?
    We can't refer users to CRTL-D since we prepare bookmark urls with
    javascript (eliminating parameters like jsessionid and adding others).
    And what about my Personal bookmarks bar ?

    I do not understand webmasters who want organize user's preferences.

    Comment

    • The Magpie

      #3
      Re: create non-sidebar bookmarks in Firefox?

      mbisping wrote:
      >
      is there a way to create regular non-sidebar bookmarks in Firefox with
      javascript? If not, why? Is there a workaround - maybe with a plugin?
      >
      Several questions spring to mind:

      1. Why not use standard bookmarks (in the "Bookmarks" menu)?
      2. The whole sidebar thing is purely personal choice, surely?
      3. Why do you particularly want to use Javascript for it?
      4. What makes you think "non-sidebar" bookmarks are "regular"?

      Frankly, I'm just puzzled by your question.

      Comment

      • mbisping

        #4
        Re: create non-sidebar bookmarks in Firefox?

        It's a datawarehouse web application.
        The current url might contain parameters that should not become part
        of the bookmark url (jsessionid).
        Moreover, we have a dojo dialog in which users can select which
        additional parameters should become part of the url, so easiest way is
        to create the url with javascript.

        Users classically expect bookmarks to open in the current page or tab.
        Opening our pages in sidebar makes no sense in layout.

        Comment

        Working...