2003-04-10 00:50:15 +02:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
|
|
|
|
<html>
|
2003-06-17 21:01:09 +02:00
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
|
<title>Chat Form</title>
|
2003-04-10 00:50:15 +02:00
|
|
|
|
2003-06-17 21:01:09 +02:00
|
|
|
<link rel="stylesheet" href="<%= request.getContextPath() %>/style_sheet.jsp"
|
|
|
|
type="text/css">
|
|
|
|
</head>
|
2003-04-10 00:50:15 +02:00
|
|
|
|
2003-06-17 21:01:09 +02:00
|
|
|
<body>
|
|
|
|
<form name="chatform" action="<%= request.getContextPath() %>/ChatServlet" method="post">
|
|
|
|
<input type="hidden" name="command" value="write">
|
|
|
|
<input type="hidden" name="message" value="">
|
|
|
|
</form>
|
|
|
|
</body>
|
2003-04-10 00:50:15 +02:00
|
|
|
|
2003-06-17 21:01:09 +02:00
|
|
|
</html>
|