On Jan 30, 4:30 am, Andreas Leitgeb <a...@gamma.logic.tuwien.ac.at>
wrote:
...
> Just that weekend I talked to someone, who asked me, why
> some banking-homepage (with java) worked for his win98
> machine, and why some other bank's web-access complained
> about "non-existant or disabled java support"
I take it that you (or possibly the person who
told you) paraphrased that message? It is not
one I am immediately fmailiar with.
>...on the
> very same machine without any reconfiguration inbetween.
> My guess was, that perhaps the latter bank required a newer
> version than he had installed.
(shrugs) Perhaps the second applet used pop-ups,
and the message was from a JS based checker.
(Which leads to..)
>...(he could rule out security-
> zone reasons - he actually isn't exactly computer-illiterate.)
I have dealt with problems related to Java applets
that came down to a *developer* who had forgotten
that he had installed a pop-up blocker.
>From a slightly different direction, I myself could
not figure why some of the web site pages I was
designing were missing an entire section, until I
realised that Norton was on 'suppress ads' mode
and *rewrote* incoming HTML to remove any div's
that were of class 'ad' (how clever and obscure
is that?).
My point is simply that unless I had detailed
information about the machine, browsers, installed
software (etcetera), I would not feel confident to
make *any* predictions about why a particular
applet or web page was acting in unexpected ways.
There are too many variables.
BTW - I hope the OP pops back by, I am
extremely curious as to why they want to
support 1.0.
Andrew T.
Andreas Leitgeb - 30 Jan 2007 17:29 GMT
>> about "non-existant or disabled java support"
> I take it that you (or possibly the person who
> told you) paraphrased that message?
Probably paraphrased twice (by him & by me) and
additionally lost in translation from german to
something almost but not quite entirely unlike
english :-)
>> My guess was, that perhaps the latter bank required a newer
>> version than he had installed.
> (shrugs) Perhaps the second applet used pop-ups,
I didn't expect to have a problem solved here about which I
don't know much myself, and can't even exactly describe the
symptoms ...
The only reason I mentioned that person's problem here
is because I guesstimated it as a version-problem, and
to avoid those kinds of problems may mean sticking to
*really* old versions. Even if the problem at hand wasn't
really a version problem, java-versions down to 1.1 are
still out in the wild, and depending on who offers a service
one might have to support those legacies of last millennium.
Afterall *we* are most probably even older than java 1.0 :-)
> ... until I
> realised that Norton was on 'suppress ads' mode
> and *rewrote* incoming HTML to remove any div's
> that were of class 'ad' (how clever and obscure
> is that?).
so, your div's really had "ad" as their class ?
I'm not very surprised by them being filtered away
here or there. Looks like the guys at norton saw this
class being used often enough for ads and rarely enough
elsewhere to implement that heuristic.
> My point is simply that unless I had detailed
> information ...
Well I didn't, but that didn't stop me from offering a
*possible* reason (I never claimed it was more than that).
Often enough these answers already help.