⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 next.asp

📁 物流客户端和管理平台!!!!!!!!!!!!!!!!!!
💻 ASP
字号:
<tr> 
        <td width="78%" >共[<%=zs%>]条,以上为[<%=sn+1%>--<% if page3=zspages then%>
		<%=sn+lastpagenum%>
		<% else %>
		<%=sn+pages%>
		<% end if%>]条&nbsp;&nbsp;&nbsp;&nbsp;
      <%if page3=1 then %>
          首页 上一页 
          <% else %>
	<a href="?pag=1">首页</a> <a href="?pag=<%=page3-1%>">上一页</a>
	<% end if %>
	<% if zspages<=1 or page3=zspages then%>
	 下一页 尾页
	 <% else %>
	 <a href="?pag=<%=page3+1%>">下一页</a> <a href="?pag=<%=zspages%>">尾页</a>
	 <% end if %>
	  页次:<font color="#FF0000"><%=page3%></font>/<%=zspages%>页</td>
        <td width="22%"> <DIV align="right">转到第<select name="pag" onchange="javascript:submit()">
              <%for i=1 to zspages %>
              <option value="<%=i%>" <% if i=page3 then response.write("selected") %>><%=i%></option>
              <% next %>
            </select>页</DIV></td>
  </tr>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -