Announcement

Collapse
No announcement yet.

Fixed Menu Bar Question

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

  • Fixed Menu Bar Question

    Can anyone explain what each of the four types of target options do when editing Fixed Menu Bars?
    _blank
    _self
    _parent
    _top

    From the tutorial _blank opens a new page but I'm not sure what the other three do.
    Thanks

  • #2
    Re: Fixed Menu Bar Question

    TARGET="_blank" This target will cause the link to always be loaded in a new blank window. This window is not named.
    TARGET="_self" This target causes the link to always load in the same window the anchor was clicked in. This is useful for overriding a globally assigned BASE target.
    TARGET="_parent" This target makes the link load in the immediate FRAMESET parent of this document. This defaults to acting like "_self" if the document has no parent.
    TARGET="_top" This target makes the link load in the full body of the window. This defaults to acting like "_self" if the document is already at the top. It is useful for breaking out of an arbitrarily deep FRAME nesting.
    PHP- is a blast!

    Comment

    Working...
    X