📄 sale_net.asp
字号:
<!--#include file="top.asp" -->
<%
'☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
'★ ★
'☆ 漂亮的企业网站ASP免费版本 ☆
'★ ★
'☆ 版权所有: ML ☆
'★ ★
'☆ 程序制作: ML ☆
'★ email:xinranyx@sina.com ★
'☆ QQ:1474579 ☆
'★ 商业版本请联系购买!!! ★
'☆ ☆
'★ ★
'☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
%>
<table width="778" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="184" background="image/07.jpg"> <!--#include file="left.asp" --> </td>
<td width="631" valign="top"><div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="image/41.jpg" width="585" height="34"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="center">
<p></p>
<p> </p>
</div></td>
</tr>
</table>
<table width="500" border="0" cellpadding="4" cellspacing="1" bgcolor="#CCCCCC">
<%
SQL="Select * from sale_net order by id desc"
Set rs=Server.CreateObject("ADODB.RecordSet")
rs.Open SQL,con,1,1
for i=0 to rs.RecordCount-1
%>
<tr>
<td width="593" height="40" bgcolor="#FFFFFF" class="text03"><%=rs("com_name")%> <br>
地 址: <%=rs("addr")%><br>
销售热线: <%=rs("tel")%> 传真: <%=rs("fax")%></td>
</tr>
<%
rs.movenext
next
rs.Close
Set rs=nothing
%>
</table>
</div></td>
</tr>
</table>
<!--#include file="down.asp" -->
<!--#include file="close.asp" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -