<!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 6.00.2462.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#eafeff>
<DIV><SPAN class=115470312-12072001><FONT face=Arial color=#0000ff size=2>Maybe 
if you provide the code for recursiv.html, we may be able to 
help.</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<P><FONT size=2>Bob Filipiak (Contractor)<BR>MCP </FONT></P>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> Gabriel Erzse 
  [mailto:erzse.gabriel@ssi-schaefer.ro]<BR><B>Sent:</B> Thursday, July 12, 2001 
  7:21 AM<BR><B>To:</B> javascript@LaTech.edu<BR><B>Subject:</B> [Javascript] 
  infinite frame splitting<BR><BR></FONT></DIV>
  <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></BLOCKQUOTE></BODY></HTML>