home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 May
/
CMCD0505.ISO
/
Software
/
Shareware
/
Programare
/
bugzero
/
jsp
/
notice.jsp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-08-11
|
280 b
|
23 lines
<html>
<head>
<title>Notice and Result</title>
</head>
<body topmargin=0>
<%@ include file="_header.jspf" %>
<%
String info = request.getParameter("msg");
if (info != null) { %>
<br><center>
<font size=+1 color="red">
<%=info%>
</font>
</center>
<% } %>
</body>
</html>