#native_company# #native_desc#
#native_cta#

test3

By farooq
on December 30, 2002

Version: 6

Type: README

Category: Algorithms

License: Ricoh Source Code Public License

Description: tertertert

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<?
echo "user name $user";
echo "<br>";
echo "password $pwd";
?>
	<APPLET name="chat" code="com/itis/chat/client/Client.class"
	codebase="../classes/" archive="chat.cab"
	width="500" height="450">
	<PARAM name="nick" value="<?echo $user;?>">
<PARAM name="properties" value="file://c:/apache/htdocs/chatclient/chat/properties.txt">
<PARAM name="port" value="8000">
<PARAM name="virtual" value="default">
</APPLET>
</body>
</html>