Re: _parent addressing (still Re: Extending URL syntax ...?)
Jordan Reiter (jreiter@mail.slc.edu)
Wed, 30 Jul 1997 03:16:24 -0500
Message-Id: <l03110702b004a87f7016@[198.77.183.209]>
In-Reply-To: <199707300024.AA02140@jupiter.ph-cip.Uni-Koeln.DE>
Date: Wed, 30 Jul 1997 03:16:24 -0500
To: wahlen@ph-cip.Uni-Koeln.DE (Holger Wahlen), www-html@w3.org
From: Jordan Reiter <jreiter@mail.slc.edu>
Subject: Re: _parent addressing (still Re: Extending URL syntax ...?)
At 7:24 PM -0500 07-29-1997, Holger Wahlen wrote:
>But the frame in the upper part of the pictured screen
>doesn't have any name, so how can you tell the browser where
^^^^^^^^^^^^^^^^^^^^^
>the menu bar belongs?
So name it:
<FRAMESET ROWS="50,*">
<FRAMESET COLS="*,500">
<FRAME SRC="getindex.html" NAME="topleft">
<FRAME SRC="logo.gif" NAME="logo">
</FRAMESET>
<FRAME SRC="welcome.html" NAME="main">
</FRAMESET>
--------------------------------------------------------
[ Jordan Reiter ]
[ mailto:jreiter@mail.slc.edu ]
[ "You can't just say, 'I don't want to get involved.' ]
[ The universe got you involved." --Hal Lipset, P.I. ]
--------------------------------------------------------