home *** CD-ROM | disk | FTP | other *** search
- <html>
- <head>
- <title>Notice and Result</title>
- </head>
- <body topmargin=0>
- <%@ include file="_cache.jspf" %>
- <%@ include file="_header.jspf" %>
- <%
- String info = request.getQueryString();
- if (info == null) {
- info = "";
- } else {
- info = java.net.URLDecoder.decode(info);
- }
- %>
-
- <br><center>
- <font size=+1 color="red">
- <%=info%>
- </font>
- <center>
- </body>
- </html>
-
-
-
-
-
-