Bob Davis wrote:
> http://www.qtww.com/
>
> When I go to this web site with mozilla .91 it shows a blank screen.
> When I use netsrape 4.7 it shows the animation.
> I see it calling some java script but I dont know if I am missing a
> plug-in or something that prevents this page from showing.
It's a problem with the page. Their animation code uses browser
sniffing: if IE4 or above is detected, it uses document.all (a bit of
non-standard DOM supported by IE); if not, it uses document.layers (a
bit of non-standard DOM supported by Netscape 4.x). Since Mozilla
doesn't identify itself as IE, and doesn't support document.layers,
nothing gets displayed.
The relevant JavaScript is in http://www.qtww.com/animate.js
You might want to email the webmaster there and ask him to fix his
JavaScript.