absolutmgd13
12-20-2007, 09:28 AM
Can anyone help me install and configure a java telnet app? I can't figure out how to do this.
is there a more simple way than what i have now...that doesnt work:
<APPLET ARCHIVE="telnet/classes.zip" CODE="telnet/appWrapper.class" WIDTH=510 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="an.selfip.biz">
<PARAM NAME=port VALUE="3000">
<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>
is there a more simple way than what i have now...that doesnt work:
<APPLET ARCHIVE="telnet/classes.zip" CODE="telnet/appWrapper.class" WIDTH=510 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="an.selfip.biz">
<PARAM NAME=port VALUE="3000">
<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>