<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title>Java Telnet Applet</title>
</head>

<body>
<div align="center"><center>
<!-- Here begins the applet code -->
<APPLET CODE="appWrapper.class" WIDTH=590 HEIGHT=430>
  <PARAM NAME=applet      VALUE="telnet">

  <!-- optional (WIDTH and HEIGHT should be changed!) -->
  <!-- PARAM NAME="startButton" VALUE="Connect to www.first.gmd.de!" -->
  <!-- PARAM NAME="stopButton" VALUE="Shutdown telnet!" -->
  <!-- PARAM NAME="frameTitle" VALUE="The Java Telnet Applet: WWW" -->

  <!-- applet initialization: address and port -->
  <PARAM NAME=address     VALUE="">
  <PARAM NAME=port        VALUE="|">
  <!--<PARAM NAME=emulation   VALUE="vt320">-->

  <!-- terminal emulation -->
  <PARAM NAME=VTscrollbar VALUE="right">
  <PARAM NAME=VTresize    VALUE="font">
  <PARAM NAME=VTfont      VALUE="Courier">
  <PARAM NAME=VTfontsize  VALUE="13">
  <PARAM NAME=VTid        VALUE="vt220">
  <!-- PARAM NAME=VTcharset   VALUE="ibm" -->

  <!-- modules: #1 is a buttonbar -->
  <PARAM NAME=module#1    VALUE="ButtonBar@North">
  <PARAM NAME=1#Button    VALUE="connect|\$connect()">
  <PARAM NAME=2#Button    VALUE="disconnect|\$disconnect()">
  <PARAM NAME=3#Button    VALUE="Detach/Delete Window|\$detach()">
  <PARAM NAME=4#Button    VALUE="Send:|\@send@\r\n">
  <PARAM NAME=5#Input     VALUE="send#10|who|\@send@\r\n">

  <!-- modules: #2 is a scripting module (disabled!) -->
  <!-- PARAM NAME=module#2    VALUE="Script" -->
  <!-- PARAM NAME=script      VALUE="login:|leo" -->


  <!-- make sure, non-java-capable browser get a message: -->
  <B>
  Your Browser seems to have no <A HREF="http://java.sun.com/">Java</A>
  support. Please get a new browser or enable Java to see this applet!
  </B>
</APPLET>
<!-- End of applet code -->
</center></div>
</applet>
</body>
</html>
