Webmaster Management Page is established: You can view and delete other people's messages in this page.
Its structure is similar to Board.jsp, but only a radio check box in each message is easy to delete:
Expert message board title> <% @ page import = " Java.sql. * "%> <% @ Page ContentType =" text / html; charset = GB2312 "%> <% @ include file =" opendata.jsp "%> <% int count = 0, Lastp, Numf, NUML , Prep, Nextp, Pageno; IF ("Pageno") == NULL) {PAGENO = 0;} else Pageno = Integer.Parseint (Request.GetParameter ("Pageno")); SQL = "Select * from "; rs = smt.executequery (sql); while (rs.next ()) count ; lastp = (int) Math.ceil (Double) count / 5); if (Pageno == 0 | Pageno> Lastp ) PAGENO = Lastp; Numf = PAGENO * 5-4; NUML = NUMF 4; IF (PAGENO == 1) preP = 1; ELSE preip = PAGENO-1; if (Pageno == lastp) Nextp = lastp; else Nextp = PAGENO 1; SQL = "SELECT * from message where id betWeen" Numf "and" Numl; rs = smt.executeQuery (SQL);%>
Spelected Board font > Webmaster usage screen font>