<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4134.600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#eafeff>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Hi !</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I want to create a window with the following 
structure: </FONT></DIV>
<DIV><FONT face=Arial size=2>* first a single frame appears in the window with 
buttons for splitting it</FONT></DIV>
<DIV><FONT face=Arial size=2>* if the user pushes a button the big frame is 
splitted into two equal frames, either orizontaly, either verticaly</FONT></DIV>
<DIV><FONT face=Arial size=2>* this thing is done recursively, until user stops 
(the user can split any frame he wants from those appearing on the 
screen).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Ok. I wrote the code for this and works perfectly 
in Netscape 6.0, but in Internet Explorer it doesn't work at all. I created also 
the following file:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;HTML&gt;<BR>&nbsp;&lt;FRAMESET 
ROWS="*,*"&gt;<BR>&nbsp;&nbsp;&lt;FRAME 
SRC="recursiv.html"&gt;<BR>&nbsp;&nbsp;&lt;FRAME 
SRC="recursiv.html"&gt;<BR>&nbsp;&lt;/FRAMESET&gt;<BR>&lt;/HTML&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>This one too works perfecly in Netscape 6.0, but 
doesn't work in IE5.5 (only two frames are shown in IE5.5, while in Netscape6.0 
an infinite number of frames are opened.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Does anyone have any idea why is it this way 
?</FONT></DIV>
<DIV><FONT face=Arial size=2>I have to make my application work on IE, but I 
have no ideea how.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Waiting for your help,</FONT></DIV>
<DIV><FONT face=Arial size=2>Gabriel Erzse.</FONT></DIV></BODY></HTML>