0
我可以在jsp的框架集內使用表格嗎?我是jsp新手,不知道它有多可能?我沒有使用iFrames。任何機構可以幫助我嗎?我的框架集中有兩個框架?我想要一張桌子裏的那兩個框架。可能嗎?任何幫助表示讚賞。提前致謝。框架內的表格
這是我使用
<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>
thnks for the information – Marque