what is the difference between the "_top" and "_parent" value for the target attribute of the Anchor tag? They seem to be doing the same of opening the link in the whole window. Using Javascript "parent." you can target the individual frames but how is this done using _parent in html
e.g <a href=" target="_parent">link</a>
When I read the explanation for "_parent", the books say that when used with frames it opens up the document in the parent window or parent frame of the current frame.... but no matter which child-frame i use this attribute the page opens in the whole window...
Would appreciate some help with examples.
Thank you
e.g <a href=" target="_parent">link</a>
When I read the explanation for "_parent", the books say that when used with frames it opens up the document in the parent window or parent frame of the current frame.... but no matter which child-frame i use this attribute the page opens in the whole window...
Would appreciate some help with examples.
Thank you