<%-- -- viewThreads.jsp -- Listing of all threads -- @author Jack Wootton --%> <%@ page contentType="text/html" info="View all threads" import="beans.jw.SQLResult" session="true" errorPage="error.jsp"%> <%@include file="include/jsp/checkUser.jsp"%> <% SQLResult thread = (SQLResult) session.getAttribute("SQLThread"); %>
There are currently <%= thread.length() %> active threads.
New Topics: All registered users may post new topics in this forum.

Skip to topic:  



<%--*** start threads ***--%> <% for(int i=0; i < thread.length(); i ++) { %> <% } %> <%--*** stop threads ***--%>
Topic Topic Starter Replies Last post
<%= thread.getEntry("NICKNAME", i) %> <%= thread.getEntry("REPLIES", i) %> <%= thread.getEntry("DATELASTUSED", i) %>   <%= thread.getEntry("TIMELASTUSED", i) %>