Targets: _blank, _parent, _self, _top

Solved
truitas Posted messages 45 Status Member -  
Melnofil Posted messages 3 Status Member -
Hello,
could you tell me what actions are generated by the targets: _blank, _parent, _self, _top

thank you for your help
Configuration: Windows XP Firefox 2.0.0.16

8 answers

  1. GameTwo Posted messages 463 Status Member 66
     
    Here is a precise response;

    _blank: opens a web link in a new blank window

    _parent: opens the link in the "parent" frame of the frame where the link is located

    _self: opens the link in the current frame/window

    _top: opens the link in "top", meaning that if the link is in a frame, it exits that frame... useful to prevent your site from being used in a frame by another one

    --
    GameTwo ! :)
    23
    1. Melnofil Posted messages 3 Status Member 2
       
      The difference between _top and _parent is subtle (they can be the same thing):

      _top targets the entire window you are currently in.
      This allows you to escape from all ,