Closed Bug 221277 Opened 22 years ago Closed 22 years ago

left hand side menu not displayed

Categories

(Tech Evangelism Graveyard :: French, defect)

x86
Windows 98
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: thomas.m.71, Unassigned)

References

()

Details

User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.5) Gecko/20030925 Build Identifier: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.5) Gecko/20030925 The left hand side menu (in metal-like grey box) on the first page is not displayed. Reproducible: Always Steps to Reproduce: 1.check web site first page 2.see for yourself 3. Actual Results: The left hand side menu (in metal-like grey box) on the first page is not displayed. Expected Results: Display 6 line menu with clickable items: Connexion Accueil ETC Metrologie Devenez client Partenaires Nous contacter
The source of the left frame clearly shows, that the browser sniffing checks only for IE and Netscape4. If it isn´t Netscape 4, document.all is used in the last line I quoted below. http://www.etcmetrologie.fr/Navigate_B.asp function MFXinitMenu(){ IE = document.all ? 1:0; NN = document.layers ? 1:0; HIDDEN = (NN) ? 'hide' : 'hidden'; VISIBLE = (NN) ? 'show' : 'visible'; myLayer=new Array(); mySpeed=5; subLeft=10; closes=true; myLayer[0]=(NN) ? document.MFX0 : document.all.MFX0.style; Javascript console shows tons of warnings and some errors: Warning: reference to undefined property document.all Source File: http://www.etcmetrologie.fr/Navigate_B.asp Line: 130 Error: document.all has no properties Source File: http://www.etcmetrologie.fr/Navigate_B.asp Line: 130
.
Assignee: general → french
Status: UNCONFIRMED → NEW
Component: Browser-General → French
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: general → french
Version: Trunk → unspecified
wfm FF 20040213 Win2k -> Fixed
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.