fenleitop.asp

来自「网上购物,不错的购物系统,花了好长时间来改的」· ASP 代码 · 共 36 行

ASP
36
字号
<!--#include file="conn.asp"-->
<!--#include file="webconfig.asp"-->
<html>
<head>
<title><%=webname%>--特价商品</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
 
<!--#include file="webtop.asp" -->
<table width="770" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td width="180" valign="top" bgcolor="#FFFFFF">
	    <!--#include file="info_user.asp"-->
		 <!--#include file="info_history.asp"--></td>
    <td width="5" ></td>
    <td width="598" valign="top"  bgcolor="#FFFFFF"> 
      <div align="center"> 
        <table width="100%"  border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td><img src="images/main/tj.gif" width="584" height="34"></td>
          </tr>
        </table>
        <%set rs=server.createobject("adodb.recordset")
			rs.open "select * from sh_chanpin where tejiabook=1 order by adddate desc",conn,1,1
		if rs.eof and rs.bof then
response.write "<center>&nbsp;</center>"
else
		%>
            
        <!--#include file="info_prime2.asp"-->
    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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