Welcome to WebHeadStart.org

Web Technologies

Sponsored By

WebHeadStart.org is currently in beta.
Please pardon our appearance as we work to provide you with the most comprehensive reference on today's web technologies.

Interested in advertising on WebHeadStart? Become an advertising partner today!

[WWW-HTML Mailing List Archive Home] [Messages By Thread] [Messages By Date]

Re: Semantics of Frames Predefined Targets

From: Johannes Koch <koch@w3development.de>
Date: Fri, 12 Aug 2005 09:52:11 +0200
Message-ID: <42FC552B.8040401@w3development.de>
To: www-html@w3.org

May Haydar wrote:
[target="_parent"]

> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
>   "http://www.w3.org/TR/html4/frameset.dtd ">
> <HTML>
> <HEAD>
> <TITLE>A simple frameset document</TITLE>
> </HEAD>
> <FRAMESET cols="20%, 80%">
> 
>  <FRAMESET rows="100, 200">
>      <FRAME name="frameA" src="contents_of_frame1.html">
>      <FRAME name="frameB" src="contents_of_frame2.gif">
>  </FRAMESET>
> 
>  <FRAME name="frameC" src="contents_of_frame3.html">
> </FRAMESET>
> </HTML>
> 
> If the page contents_of_frame1.html in FrameA contains a link with 
> target _parent, is the page then displayed in the full window replacing 
> all the 3 frames, or should it be the case that the page is displayed in 
> the frameset area of only frameA and frameB while frameC is still apparent.

There is no "area of only frameA and frameB". Consider your document 
(docA) to be loaded in a frame (frameD) of a frameset in another 
document (docB). Then target _parent in contents_of_frame1.html would be 
the frame where docA is currently in (frameD).

-- 
Johannes Koch
In te domine speravi; non confundar in aeternum.
                             (Te Deum, 4th cent.)
Received on Friday, 12 August 2005 07:52:21 GMT
Valid XHTML 1.0! Valid CSS! Site Map | Privacy Policy | Terms of Use | WebHeadStart.org © 2005 All Rights Reserved.