Frames - Problems
Andre-John Mas (amas@lhr-sys.DHL.COM)
Wed, 02 Jul 1997 15:59:42 +0100
Message-ID: <33BA6CDE.3FE4@lhr-sys.dhl.com>
Date: Wed, 02 Jul 1997 15:59:42 +0100
From: Andre-John Mas <amas@lhr-sys.DHL.COM>
To: www-html@w3.org, scottm@danielson.co.uk
Subject: Frames - Problems
Erm, I have just tried out a page using frames under Netscape 3.1
and found that instead of opening the link in the same window, it
actually creates a new windows (I set the TARGET to _PARENT), as
opposed to openning the link in the same windows. My code is as
follows:
<HTML>
<HEAD>
<TITLE>Test Document</TITLE>
</HEAD>
<frameset cols="10%, 20%, 70%" border=0>
<frame src="blank.htm" scrolling="no" border=0>
<frame src="menu.htm" scrolling="no" border=0>
<frame src="main.htm" scrolling="no" border=0>
</frameset>
<BODY>
Sorry, this page is a frames experiment
</BODY>
</HTML>
Thanks for any insight.
Andre