Hi,
I'm trying to configure a nested frameset within an Iframe. I'm not sure if it's possible but maybe someone can help me out...
<iframe src="Home.jsp" allowTransparency="true" width="770" height="580" frameborder="0">
<frameset cols="10%, *" border="0">
<frame name="leftFrame" src="Black.html" />
<frame name="rightFrame" src="White.html" />
</frameset>
</iframe>
With this code; either there is no frameset being created or the src links are not appearing in the frameset.