Can i put two frames inside a table. I can't use an iframe. Is there any way to use frames inside a table. Please help me. The code i use is given below
<frameset cols="100%,0" frameBorder="no" framespacing="0" border="0">
<frame name="leftDualPane" scrolling="no"
src="<%=(String)session.getAttribute("tabViewJsp")%>"
frameborder="1" style="border-left-width: 0px; border-top-width: 0px;
border-bottom-width: 0px; border-right-width: 0px;">
</frame>
<frame name="rightDualPane" scrolling="no"
src="<%=(String)session.getAttribute("tabViewJsp")%>"
frameborder="7" style="border-left-width: 0px; border-top-width: 0px;
border-bottom-width: 0px; border-right-width: 0px;">
</frame>
</frameset>