📄 fenleitop.asp
字号:
<!--#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> </center>"
else
%>
<!--#include file="info_prime2.asp"-->
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -