Sent JVC a note about their really crappy browser checking. The page only
works correctly on a real branded Netscape 6 browser. It won't work on any
Mozilla browser.

http://www.jvc.com/includes/js/bwsrDetect.js

var ns4 = (document.layers)? 1 : 0 ;
var ie = (document.all)? 1 : 0 ;
var usr = navigator.userAgent
var objns6 = (usr.indexOf('Netscape6')!=-1)? 1 : 0 ; <------ WRONG
var ns6 = ((document.getElementById)&&(objns6))? 1 : 0 ;
var isMac = (navigator.userAgent.indexOf('Mac')!=-1) ;
var brsr = (navigator.appName.indexOf("Netscape")!=-1) ;




Thomas Wannek wrote:

> Mozilla fails to display this page correctly : www.jvc.com
>
> It works with NS 4.61.
>
> 1.) The picture with the dude&the little boy should appear to the right.
> 2.) inside the boxes in the background there should be some pictures -
> Mozilla doesnt display them.
>
> 3.) a running letter font should appear on the top of the site.
> 4.) a Menu should appear in the right corner.
> 5.) Events on button of page numbering from 1 to 5 not able to view or
> click.


Reply via email to