contactus.asp

来自「网络商城系统」· ASP 代码 · 共 45 行

ASP
45
字号
<!--#include file="top.asp"-->
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0"> 
<tr> 
  <td width="180" valign="top">
<table width="761" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="FE9ACE">
      <tr> 
        <td width="180" valign="top"><!--#include file="left.asp"--></td>
        <td width="580" valign="top" bgcolor="#FFFFFF"> 
          <table width="2" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
            <tr> 
              <td height="3"></td>
            </tr>
          </table>
          <div align="center">
            <% set rs=server.createobject("adodb.recordset")
		 sql="select top 1 * from info where sort='联系我们' order by id desc"
		 rs.open sql,conn,1,1
		 if rs.eof then
		 response.write"暂时没有联系我们"
		 else
		 %>
            <table width="575" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr  class="tabbgcolorli"> 
                <td> <font color="#FFFFFF">☆ <%=rs("title")%></font></td>
              </tr>
            </table>
            <br>
            <table width="90%" height="37" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FFA6DF">
              <tr bgcolor="#FFFFFF"> 
                <td width="100%"><%=rs("content")%>&nbsp;</td>
              </tr>
            </table>
            <%end if
		  rs.close
		  set rs=nothing%>
          </div>
          </td>
		  
        <td width="4" valign="top"><br>
        </td>
      </tr>
    </table>
    <!--#include file="bottom.asp"-->

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?