Results 1 to 2 of 2

Thread: Fixed Menu Bar Question
      
   

  1. #1
    SDWellness is offline Corporal
    Join Date
    Jul 2007
    Posts
    16

    Default 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. #2
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default 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!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49