![]() |
#2
huanglun12008-06-20 17:20
|
怎样在ASP表格布局页面中包含其他的网页?
例如:
<table>
<tr>
<td><!--include file="A.asp"--></td>
<td><!--include file="B.asp"--></td>
</tr>
</table>
我是用这种格式,但是网页是一片空白,什么也没有,请问各位高手,这是为什么?有没有其它的方法?
请指教!