Mindterm 3.0 beta available

Charles Clark cmc at stegosaur.us
Fri Oct 14 06:51:00 MEST 2005


| > When I use the mindterm.jar from beta3 in place of the
| > mindterm.jar from mindterm2.4.2, with no other changes to
| > the webpage/html, when I load the page the browser says
| > "applet not initiated" regardless of what browser I use.
| 
| Can you try with the new binary-packet I just placed on the website. It
| has old-style class files which might fix your problem. If that does not
| solve your problem let us know, but be sure to include any output from
| the java console.

I was using various browswers on a Macintosh, btw, and yes
this fixes the problem.

I have a different problem at least on MacOS 10.3.9, both
safari and firefox. If I load a webpage that loads the
applet, and then navigate to a different webpage, I get a
"are you sure you want to disconnect" dialogue. That
dialogue can not be dismissed. Clicking on either "yes" or
"no" has no effect. The browser is locked up at that point,
and must be force-quit.

This is not a new problem (Mindterm 2 also does this).

On a Windows XP box using Firefox and Java 1.5.0_04b05, the
Confirmation dialogue/window under the same conditions is
blank; no message, no buttons. Clicking the red X in the
upper right of the window does not make it go away. Unlike
on a Mac, the main browser window is not locked up, at least.

I've appended the html that loads the applet so you know how
it is getting launched.

-- 
Charles Clark | cmc at stegosaur.us


<html><head><title>ssh to server</title></head>

<body bgcolor="#663300" text="#ffffff" link="#ffffff" alink="#ffffff"
vlink="#ffffff">

<h1>ssh to server</h1>

This page will load a java applet that is an ssh2 terminal, and it will then
connect back to this server. Use this if you are using a computer that has no
ssh client and you can't install one, but you do have a java enabled browser.

<p>
Use a new window or tab to view other webpages while using this applet. Do NOT
navigate away from this page, or the applet will break your connection.

<p>
On all MacOS browser/platforms I have tested, the applet will lock up the
browser by bringing up a "Do you want to disconnect" dialogue that cannot be
dismissed when you attempt to load a new page in this tab/window before
terminating your ssh session. :-(

<APPLET CODE="com.mindbright.application.MindTerm.class"
	ARCHIVE="mindterm/mindterm3.0b.jar" WIDTH=0 HEIGHT=0>
    <!--
	ARCHIVE="mindterm/mindterm2.4.2.jar" WIDTH=0 HEIGHT=0>
      -->
    <PARAM NAME="sepframe" value="true">
    <PARAM NAME="protocol" value="ssh2">
    <PARAM NAME="quiet" value="true">
    <PARAM NAME="geometry" value="80x36">
    <PARAM NAME="rev-video" value="true">
    <PARAM NAME="exit-on-logout" value="true">
    <PARAM NAME="backspace-send" value="BS">
    <PARAM NAME="save-lines" value="8192">
</APPLET>

</body></html>


!DSPAM:434ee52f9812120621538!







More information about the Mindterm-users mailing list