Index_pkind.asp
Upload User: pengwei803
Upload Date: 2021-02-10
Package Size: 3311k
Code Size: 1k
Development Platform:

HTML/CSS

  1. <%
  2.     set rspk=server.createobject("adodb.recordset")
  3.     sqlpk="select top 13 * from Gu_pkind ORDER BY id asc"
  4.     rspk.open sqlpk,conn,1,1
  5. %>
  6. <div align="center">
  7. <table cellpadding="0" cellspacing="0" width="950">
  8. <tr>
  9. <td height="25" width="700" align="left"><b>拼客信息</b>
  10. <%if Rspk.eof or Rspk.bof then
  11.     response.write"<div align='center'>还没有拼客分类!<div>"
  12.     end if 
  13.     do while not rspk.eof
  14.     cname = rspk("name")
  15.     %>
  16.     <font color="#C0C0C0">-</font>
  17.     <a href="Gu_pinke.asp?guxing=<%=rspk("id")%>" class="gu2"><%=cname%></a> 
  18.  
  19.     <% 
  20.     rspk.movenext  
  21.     loop
  22.     Rspk.Close
  23.     Set Rspk=Nothing
  24. %></td>
  25. <form method="POST" action="So.asp">
  26. <td width="250">
  27. <input type="text" name="keyword" size="20">&nbsp; 
  28. <input type="submit" value="快速查询" name="B1" style="border-style: dashed; border-width: 1px">
  29. </td>
  30. </tr></form>
  31. </table>
  32. </div>