Frames - Problems -Reply

Perhaps you should check out Netscapes guide to frames at 
http://www.netscape.com/assist/net_sites/frames.html

>>> Andre-John Mas <amas@lhr-sys.DHL.COM> 07/02/97 08:02am >>>
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

Received on Wednesday, 2 July 1997 13:18:17 UTC