RobertVA said:
IF you are talking about the slide show feature, it's working fine for
me in Firefox version 2.0.0.6
With "Netscape" probably Netscape 4.06+ is meant, which supports only
JavaScript 1.3 (as Netscape 6.22+ supports JavaScript 1.5 and the W3C DOM
as all Gecko-based UAs do). But as the aforementioned Web site uses
lightbox.js, which requires scriptaculous.js which requires Prototype.js
which needlessly uses features that are not in JavaScript 1.3, without
handling the possibility of an older script engine, it breaks there.
It all boils down to the author of Prototype.js doing a mindbogglingly bad
job, other people being incompetent enough not to recognize that, who build
libraries that depend on Prototype.js and probably doing their job badly,
too, and other people who build libraries that depend on those, probably
doing their part of making the code base even worse. Then the users of the
latter library end up with incompatible code because they are incompetent
enough not to recognize why the underlying concept is helplessly flawed and
because they test only on their favorite browser(s) as they rely only on the
statements of the fools who wrote the libraries.
This is how come that especially JavaScript and client-side scripting in
general, and last but not least reasonable developers of client-side
scripting, are eventually discredited among end users. Up to the point that
someone actually states ridiculously in this newsgroup that if something
does not work in the browser of the company who first implemented the
JavaScript language as invented by one of their employees (Brendan Eich)
usually means that this language is involved.
One could have a good laugh about all that nonsense if the outcome
wasn't so sad.
PointedEars