NACSE - Northwest Alliance for Computational Science and Engineering

Using WebTerm in an HTML file


To use WebTerm, include a link to it in an HTML file:
    <applet code="WebTerm.class" width="150%" height="75%">
    <h2 align=center>Your Web browser does not support java!</h2>
    </applet>

When WebTerm first starts up, it has not yet established a telnet connection. To establish a connection, the user fills in the "Host" and "Port" fields and clicks on the "Connect" button. The default host is the host from which the applet was downloaded - due to the security restrictions of most browsers, this is the only useful value. The default port is 23, the standard port for telnet service.

If your browser supports HTML 2.0, you can click on the "Connect" button to see WebTerm in a connected state.


Back to WebTerm home page.
Back to NACSE home page.
Comments and questions to nacse-questions@nacse.org.