%
// @Author: Dhunva Saisom ( Dun )
// @Project Name: Honsen
// Number of Files: many
// Files Name: meaning.jsp
//
//
// Code provided by Author Dhunva Saisom ( Dun )
// as is,with warranties as to performance, fitness, merchantability,and any other warranty
// ( whether expressed or implied ).Terms of Agreement: By using this source code, you agree
// to the following terms...
// 1) You may use this source code in personal or business projects by buying license.
// 2) You MAY NOT redistribute this source code (for example to a web site) without
// written permission from the original author.Failure to do so is a violation of copyright
// laws.
// If you find any bug in this source codes please e-mail : thedun_dec@hotmail.com
%>
<%@ page contentType="text/html;charset=utf-8" %>
<%@ page import="java.sql.*,java.util.*" %>
<%
ResultSet rs;
int pid = 0;
int firstRow = 0;
int totalRow = 0;
int totalPage = 0;
int intlinkGroup = 0;
int preview = 0;
int pageLinkLen = 10;
String [] th_alphabet = { "¡", "¢", "¤", "§", "¨", "©", "ª", "«", "¬", "", "®", "¯", "°", "±", "²", "³", "´", "µ", "¶", "·", "¸", "¹", "º", "»", "¼", "½", "¾", "¿", "À", "Á", "Â", "Ã", "Å", "Ç", "È", "É", "Ê", "Ë", "Ì", " Í", " Î", "·Ñé§ËÁ´" };
String chDelete = null;
String pageNo = request.getParameter ( "pageNo" );
String linkGroup = request.getParameter ( "linkGroup" );
String alphabet = request.getParameter ( "alphabet" );
String keep_alphabet = request.getParameter ( "keep_alphabet" );
String search_alphabet = request.getParameter ( "search_alphabet" );
String search = request.getParameter ( "search" );
if ( pageNo == null )
{
pageNo = "1";
}
if ( linkGroup == null )
{
linkGroup = "0";
}
if ( alphabet != null )
{
alphabet = alphabet.trim ( );
if ( alphabet.equals ( "" ) )
{
alphabet = null;
}
}
if ( alphabet == null )
{
alphabet = "" + ( th_alphabet.length - 1 );
}
if ( keep_alphabet != null )
{
keep_alphabet = new String ( keep_alphabet.getBytes ( "ISO8859_1" ), "utf-8" );
}
if ( search != null )
{
search = search.trim ( );
if ( search.equals ( "" ) )
{
search = null;
}
}
String search2 = null;
if ( search != null )
{
search2 = new String ( search.getBytes ( "ISO8859_1" ), "utf-8" );
}
pid = Integer.parseInt ( pageNo );
intlinkGroup = Integer.parseInt ( linkGroup );
int sysid = 4;
%>
<%@ include file = "preview.jsp" %>
MEANING