⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sale_net.asp

📁 漂亮的企业网站管理系统 v2.6 修正了联系我们不能显示
💻 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>&nbsp;</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>&nbsp;</td>
            </tr>
          </table>
          <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td><div align="center">
                  <p></p>
                  <p>&nbsp;</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 + -