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. ]
--------------------------------------------------------

Received on Wednesday, 30 July 1997 03:16:21 UTC