日期:2014-05-17 浏览次数:20659 次
<table width="601" border="1">
<tr align="center">
<td width="305" height="101">固定模块1</td>
<td width="280">固定模块2</td>
</tr>
<tr align="center">
<td height="100">
<!--第一种方法 框架嵌入-->
<iframe name="aa" src="aa.htm" scrolling="0" width="100%" height="100"></iframe>
</td>
<td>
<!--第二种方法 ajax调用-->
<script language="javascript" src="aa.htm"></script>
</td>
</tr>
</table>
document.write("这是被调用的");