saamondino
Posts: 33
|
| Posted: 07/29/2007, 6:36 AM |
|
Hi,
I Update CCS 3.1 by 3.2.0.1 final.
In a Project, I Write this code in index.jsp, According to specification HTML 4.0.1 :
<frameset rows="15%,*" frameborder="1" border="1" bordercolor="Gray" framespacing="1">
<frame name="arriba" src="Header.jsp" marginwidth="0" marginheight="0" scrolling="no">
<frameset cols="18%,*" frameborder="1" border="1" bordercolor="Gray" framespacing="1">
<frame name="izquierda" src="MenuTree.jsp" marginwidth="0" marginheight="10" scrolling="auto">
<frameset rows="95%,*" frameborder="1" border="1" bordercolor="Gray" framespacing="1">
<frame name="centro" src="EGW_EMPRESA.jsp" marginwidth="0" marginheight="0" scrolling="auto">
<frame name="abajo" src="Footer.jsp" marginwidth="0" marginheight="0" scrolling="no">
</frameset >
</frameset>
</frameset>
And, this code in CCS 3.1, Run OK. In CCS 3.2.0.1, Display only the first framest.
The question is: For that this same code doesn't work with CCS 3.2.0.1 ?
Regards.
Sergio.
|