home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Shareware / Programare / bugzero / jsp / notice.jsp < prev    next >
Text File  |  2004-08-11  |  280b  |  23 lines

  1. <html>
  2. <head>
  3. <title>Notice and Result</title>
  4. </head>
  5. <body topmargin=0>
  6. <%@ include file="_header.jspf" %>
  7. <%
  8.   String info = request.getParameter("msg");
  9.   if (info != null) { %>
  10. <br><center>
  11. <font size=+1 color="red">
  12. <%=info%>
  13. </font>
  14. </center>
  15. <% } %>
  16. </body>
  17. </html>
  18.  
  19.  
  20.  
  21.  
  22.  
  23.