绞盘信息搜索结果
|
|||||||||
<% mmm=request("mmm") if mmm="" then mmm=0 sss=request("sss") ttt=request("ttt") ttt=LTRIM(RTRIM(ttt)) if sss="neirong" then set rs=server.createobject("adodb.recordset") sql ="select * from article where content like '%" &checkStr(ttt)& "%' order by dateandtime Desc" rs.open sql,conn,1,1%>
【关闭窗口】"
response.end
end if
i=0 %>
<%if mmm<>0 then%> <%="上页"%> <%end if%> <%if not rs.eof then%> <%="下页"%> <%end if%> <% rs.close set rs=nothing conn.close set conn=nothing %><% rs.close set rs=nothing conn.close set conn=nothing %> |