?? 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 + -