HTML How TARGET="_parent" works

< back to <A TARGET="_parent">

These slides show an example of "_parent".

this page is made from two frameset files

outer.html sets the outer frameset. one of the frames calls inner.html.

inner.html sets the inner frameset. one of the frames calls content.html

content.html has the link which uses. TARget = _parent

when the user clicks on the link ...

a new document appears where the inner frameset had been