asp点超级连接变更部分内容

来源:百度知道 编辑:UC知道 时间:2024/05/17 07:07:42
我想点left.asp中的超级连接,只让此页左中间部份为此超级连接的内容。
请写出具体代码:
<body bgcolor="#999999" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div align="center">
<!--#include file="top.asp" -->

<table width="844" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<!--DWLayoutTable-->
<tr>
<td width="220" valign="top" bgcolor="#C5F5CD">
<!--#include file="left.asp" -->
</td>
<td width="624" valign="top"></td>
</tr>
</table>
<!--#include file="down.asp" -->

<body bgcolor="#999999" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div align="center">
<!--#include file="top.asp" -->

<table width="844" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<!--DWLayoutTable-->
<tr>
<td width="220" valign="top" bgcolor="#C5F5CD">
<!--#include file="left.asp" -->
</td>
<td width="624" valign="top">

<iframe name=main_body marginwidth=0 marginheight=0 src="index.asp" frameborder=0 scrolling="auto" width=624 height=542 ></iframe>
<!--上面自己改好宽高 -->

</td>
</tr>
</table>
<!--#include file="down.asp"