Announcement

Collapse
No announcement yet.

??? Navigation bar ???

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

  • ??? Navigation bar ???

    Hello,

    In the navigation bar properties, when clicking the edit button, can select
    target: _blank, _self, _parent, _top. What does it mean ?

    I tried all the selection with the purpose my php script could echo on the same page, but always resulting to a new page.

    Help. Thanks.

  • #2
    Originally posted by ali
    Hello,

    In the navigation bar properties, when clicking the edit button, can select
    target: _blank, _self, _parent, _top. What does it mean ?

    I tried all the selection with the purpose my php script could echo on the same page, but always resulting to a new page.

    Help. Thanks.
    that mins what kind of page yuo want that link to be when opend.
    self = page will be open instead of curent page
    parent = new page will be opened

    Comment


    • #3
      Reply to your help

      Originally posted by mazivo
      that mins what kind of page yuo want that link to be when opend.
      self = page will be open instead of curent page
      parent = new page will be opened
      What I want is as follows:

      - Place a navigation bar on a web page.
      - When I click one of the buttons, some add-on appears on the same page
      where the navigation bar lies.
      (this add-on appears as a result executing php script)

      How to set the navigation bar properties ?

      Comment

      Working...
      X