计算机应用 | 古代文学 | 市场营销 | 生命科学 | 交通物流 | 财务管理 | 历史学 | 毕业 | 哲学 | 政治 | 财税 | 经济 | 金融 | 审计 | 法学 | 护理学 | 国际经济与贸易
计算机软件 | 新闻传播 | 电子商务 | 土木工程 | 临床医学 | 旅游管理 | 建筑学 | 文学 | 化学 | 数学 | 物理 | 地理 | 理工 | 生命 | 文化 | 企业管理 | 电子信息工程
计算机网络 | 语言文学 | 信息安全 | 工程力学 | 工商管理 | 经济管理 | 计算机 | 机电 | 材料 | 医学 | 药学 | 会计 | 硕士 | 法律 | MBA
现当代文学 | 英美文学 | 通讯工程 | 网络工程 | 行政管理 | 公共管理 | 自动化 | 艺术 | 音乐 | 舞蹈 | 美术 | 本科 | 教育 | 英语 |

asp信息查询系统(一)毕业论文网(6)

2013-06-23 01:03
导读:bsp; td width="14%" align="center"strong修 改/strong/td td width="14%" align="center"strong删 除/strong/td /tr %do while not rs.eof% tr td width="12%" height="7" p align="center"%=rs("articleid")%
bsp;        <td width="14%" align="center"><strong>修 改</strong></td>
          <td width="14%" align="center"><strong>删 除</strong></td>
        </tr>
        <%do while not rs.eof%>
        <tr>
          <td width="12%" height="7">
            <p align="center"><%=rs("articleid")%>
          </td>
          <td width="13%" height="7">
            <div align="center"><%=rs("type")%></div>
          </td>
          <td width="47%" height="7"><a href="viewarticle.asp?id=<%=rs("articleid")%>"><%=rs("title")%></a></td>
          <td width="14%" align="center" height="7"><a    href="edit.asp?id=<%=rs("articleid")%>">修 改</a></td>
          <td width="14%" align="center" height="7"><a    href="delete.asp?id=<%=rs("articleid")%>">删 除</a></td>
        </tr>
        <% i=i+1
       if i>=MaxPerPage then exit do
       rs.movenext
    loop
    %>
      </table>

(科教范文网 fw.nseac.com编辑发布)


      <p><%
   end sub

   sub showpages()
          dim n
    if (totalPut mod MaxPerPage)=0 then
       n= totalPut \ MaxPerPage
    else
       n= totalPut \ MaxPerPage + 1
    end if
    if n=1 then
        response.write "<p align='left'><a href=add.asp>添加信息</a>"
      response.write "</p>"
        exit sub
       end if

    dim k
    response.write "<p align='left'>&gt;&gt; 信息分页 "
    for k=1 to n
        if k=currentPage then
           response.write "[<b>"+Cstr(k)+"</b>] "
     else
        response.write "[<b>"+"<a href='manage.asp?page="+cstr(

上一篇:医院信息系统设计方案概述(一)毕业论文 下一篇:没有了