我有指数。
<%@ include file="header.jsp" %>
<table id="" width="100%" height="100%">
<tr>
<td align="left" width="30%">
<table>
<tr><td><a href="EmployeePage.jsp">Register employee</a></td></tr>
<tr><td><a href="empSearch.jsp">Search employee</a></td></tr>
<tr><td><a href="empDelete.jsp">Delete employee</a></td></tr>
</table>
</td>
<td align="left" width="70%">
<%@ include file="EmployeePage.jsp" %>
</td>
</tr>
</table>
<%@ include file="Footer.jsp" %>
i 雇员拥有这3项职能的所有网页。
现在我只想知道,可以将网页装入最右翼的(如果一带被装成“带”;%@包括文档=“EmployeePage.jsp” %>现在)
。 由于用户点击了左拖网(登记、搜寻和删除)的链接,因此希望相应网页上装到最右侧。
IE.. i want all the contents in my index page static except that right most td to be dynamic.
i 是新的主轴,因此,样本代码将非常可观。