📄 homemarket.asp
字号:
<!--#include file="Inc/SysProduct.asp" --><!--#include file="css.css"-->
<style type="text/css">
<!--
.STYLE3 {font-size: 14px}
.STYLE5 {font-size: 14px; color: #FF9933; }
-->
</style>
<!--#include file="top.asp"-->
<%
Set rs = Server.CreateObject("ADODB.Recordset")
sql="select HomeMarket from Market"
rs.open sql,conn,1,1
%>
<table width="1001" height="120" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="316" valign="top"><!--#include file="left.asp" --></td>
<td width="654" align="center" valign="top"><table width="620" height="34" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="620" height="59" background="images/amain_8.gif"><span class="STYLE5">营销网络</span></td>
</tr>
</table>
<table width="620" height="248" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="248" align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="3%" height="34" rowspan="3"> </td>
<td width="94%"> </td>
<td width="3%" rowspan="3"> </td>
</tr>
<tr>
<td><%=rs("HomeMarket")%></td>
</tr>
<tr>
<td> </td>
</tr>
</table><%
rs.close
set rs=nothing
%></td>
</tr>
</table>
</td>
<td width="31" valign="top"><img src="images/amain_9.gif" width="65" height="219" /></td>
</tr>
</table>
<%rs.close
set rs=nothing
rslist.close
set rslist=nothing
%>
<!--#include file="foot.asp" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -