Index_pkind.asp
资源名称:pinke2010.rar [点击查看]
上传用户:pengwei803
上传日期:2021-02-10
资源大小:3311k
文件大小:1k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
HTML/CSS
- <%
- set rspk=server.createobject("adodb.recordset")
- sqlpk="select top 13 * from Gu_pkind ORDER BY id asc"
- rspk.open sqlpk,conn,1,1
- %>
- <div align="center">
- <table cellpadding="0" cellspacing="0" width="950">
- <tr>
- <td height="25" width="700" align="left"><b>拼客信息</b>
- <%if Rspk.eof or Rspk.bof then
- response.write"<div align='center'>还没有拼客分类!<div>"
- end if
- do while not rspk.eof
- cname = rspk("name")
- %>
- <font color="#C0C0C0">-</font>
- <a href="Gu_pinke.asp?guxing=<%=rspk("id")%>" class="gu2"><%=cname%></a>
- <%
- rspk.movenext
- loop
- Rspk.Close
- Set Rspk=Nothing
- %></td>
- <form method="POST" action="So.asp">
- <td width="250">
- <input type="text" name="keyword" size="20">
- <input type="submit" value="快速查询" name="B1" style="border-style: dashed; border-width: 1px">
- </td>
- </tr></form>
- </table>
- </div>
English
