"Emanuele Goldoni" <emanuele@...> writes:
>I've found that the web site of the Italian Postal Service uses a
>javascript-based menu that doesn't work under K-Meleon.. I've tried
>different browsers and I've found that this menu works well with IE and
>Opera 7 but not with Mozilla or Opera 6. You can find the menu here
>(http://www.cw-portal.com/lele/kmeleon/js-test/ ,
>http://www.cw-portal.com/lele/kmeleon/js-test/menu.zip for a zipped copy
>of
>all the files)
>I don't know Javascript too well, but I suppose this menu uses
>non-standard
>JScript supported only by Explorer. Am I right?
It could have been so. The script is using "document.all" which is a non
DOM-standard property. document.all is not supported by the Mozilla
JavaScript engine (and probably never will be?).
In this case it seems that the Postal Service didn't do a very good job.
The script on
http://www.cw-portal.com/lele/kmeleon/js-test/
does not seem to work with IE 6 either..
(Error message: Line 142 - 'List' is undefined)
Also, I believe the JavaScript engine used in K-Mel is the Mozilla one. If
there's a bug in it, a bug report should probably be filed in the Mozilla
bug tracking system.
In this case though, you should just probably contact the webmaster of the
site in question (the Postal Service).
/Hugo
|