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

Received on Wednesday, 2 July 1997 11:02:19 UTC