value="300">300</option>
<option <c:if test="${prepage==500}">selected="selected"</c:if>
value="500">500</option>
</select>
条记录 | 第
<select>
<s:iterator begin="1" end="countPage" status="stu">
<c:choose>
<c:when test="${stu.count==currPage}"><option value='${stu.count}' selected='selected'>${stu.count}</option></c:when>
<c:otherwise>
<option value="${stu.count}">${stu.count}</option>
</c:otherwise>
</c:choose>
</s:iterator>
</select>
<!-- <input type="text" value="${currPage}" onkeydown="if(event.keyCode==13){fnull();return false;}" onkeyup="this.value=this.value.replace(/\D/g,'')" onafterpaste="this.value=this.value.replace(/\D/g,'')" />--> 页
<a >
<img src="<%=path %>/themes/default/btn_go.gif" />
</a>
<a >
<img src='<%=path %>/themes/default/btn_sy.gif'/>
</a>
<c:if test="${currPage!=1}">
<a >
<img src='<%=path %>/themes/default/btn_syy.gif'/>
</a>
</c:if>
<c:if test="${currPage!=countPage}">
<a>
<img src='<%=path %>/themes/default/btn_xyy.gif'/>
</a>
</c:if>
<a>
<img src='<%=path %>/themes/default/btn_wy.gif'/>
</a>
</td>
</tr>
</table>
</s:if>
<s:else>
<center>当前查询没有数据!</center>
</s:else>
</div>
</div>
</div>
</div>
</body>
</html>
<script>
$(function(){
});