Hey thanks for the info. I did see the file animate.js being called and
was almost going to try to open it in a browser but I didnt think it
would work so I didnt try it. I guess it will be hard to convince
webmasters to change their page for konqueror, mozilla, opera, etc.
bob
Garth Wallace wrote:
> 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.
>