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

📄 index.asp

📁 广州市拓尔家具网源码 后台:mrsystem 用户名密码admin
💻 ASP
字号:
<!--#include file="Inc/SysProduct.asp" -->
<!--#include file="css.css" -->

<%
function cutstr(tempstr,tempwid)
if len(tempstr)>tempwid then
cutstr=left(tempstr,tempwid)&"..."
else
cutstr=tempstr
end if
end function%>
<style type="text/css">
<!--
.STYLE3 {color: #FFFFFF}
.STYLE4 {
	font-size: 14px;
	color: #FF9900;
}
-->
</style>
<!--#include file="top.asp" -->
<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" align="left" background="images/amain_8.gif"><span class="STYLE4">公司介绍</span></td>
      </tr>
    </table>
      <table width="620" height="273" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td height="273" align="center" valign="top"><table width="96%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td height="6">&nbsp;</td>
                </tr>
                <tr>
                  <td height="7" class="ttd"><font color="#FFFFFF">
                  <%Title=Trim(request("Title"))
Set rs = Server.CreateObject("ADODB.Recordset")
sql="select Content from Aboutus where Title='公司简介'"
rs.open sql,conn,1,3
%>
                    <%=left(rs("content"),500)%>
                    <%rs.close
set rs=nothing
rslist.close
set rslist=nothing
%>
                  </font></td>
                </tr>
                
              </table></td>
        </tr>
      </table>
      <table width="620" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td><img src="images/amain_16.gif" width="620" height="71" /></td>
        </tr>
      </table>
      <table width="620" height="81" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td align="left"><!--#include file="NewsProduct.asp" --></td>
        </tr>
      </table></td>
    <td width="31" valign="top"><img src="images/amain_9.gif" width="65" height="219" /></td>
  </tr>
</table>
<!--#include file="foot.asp" -->

⌨️ 快捷键说明

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