📄 fl.asp
字号:
<%@ codepage ="936" %><!--#include file="../conn/dbconn1.asp"--><%dim mrsdim msqldim grsdim gsqldim drsdim sqldim cgsqldim cgrsSet mrs= Server.CreateObject("ADODB.Recordset") msql="select * from info where type like '" & "采购" & "' and dateandtime like '%"&datetime&"%' order by info_id desc" mrs.open msql,conn,1,1cgnum=mrs.recordcountSet grs= Server.CreateObject("ADODB.Recordset") gsql="select * from info where type like '" & "供应" & "' and dateandtime like '%"&datetime&"%' order by info_id desc" grs.open gsql,conn,1,1gynum=grs.recordcountSet drs= Server.CreateObject("ADODB.Recordset") dsql="select * from info where type like '" & "代理" & "' and dateandtime like '%"&datetime&"%' order by info_id desc" drs.open dsql,conn,1,1dlnum=drs.recordcountSet hrs= Server.CreateObject("ADODB.Recordset") hsql="select * from info where type like '" & "合作" & "' and dateandtime like '%"&datetime&"%' order by info_id desc" hrs.open hsql,conn,1,1hznum=hrs.recordcount%><HTML><HEAD><TITLE><%=WebName%>·贸易机会</TITLE><LINK href="../css/Style.css" rel=stylesheet type=text/css><META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD><BODY bgColor=#ffffff text=#000000 topMargin=0 marginheight="0"><TABLE border=0 cellPadding=2 width="154" height="47" style="border-collapse: collapse" bordercolor="#111111" cellspacing="1"><TR><TD height="17" width="77"><a style="text-decoration: none" target="_top" href="sjsearch.asp?type=供应&keyword=0&datetime=7788&txtitle=<%=title%>">供应</a> <font color="#808080"><%=gynum%></font></TD><TD height="17" width="74"><a style="text-decoration: none" target="_top" href="sjsearch.asp?type=采购&keyword=0&datetime=7788&txtitle=<%=title%>">采购</a> <font color="#808080"><%=cgnum%></font></TD></TR><TR><TD height="1" width="77"><a style="text-decoration: none" target="_top" href="sjsearch.asp?type=合作&keyword=0&datetime=7788&txtitle=<%=title%>">合作</a> <font color="#808080"><%=hznum%></font></TD><TD height="1" width="74"><a style="text-decoration: none" target="_top" href="sjsearch.asp?type=代理&keyword=0&datetime=7788&txtitle=<%=title%>">代理</a> <font color="#808080"><%=dlnum%></font></TD></TR></TABLE></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -