Closed
Bug 268241
Opened 21 years ago
Closed 20 years ago
ooshop.fr - can not view page
Categories
(Tech Evangelism Graveyard :: French, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 185161
People
(Reporter: jerome.bouat, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
When trying to enter the shop with the link "Entrer dans le magasin", nothing
append.
This link point to a Javascript procedure called "EntreeMagasin".
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•21 years ago
|
||
Clicking on the mentioned link (executing the "EntreeMagasin" function) throws
the following Javascript error (from JS console):
Error: document.layers has no properties
Source File: http://www.ooshop.fr/DATA/FR/Accueil/V3/indexHome.asp?PARAM=&URLDIRECT=
Line: 76
Unfortunately (for you) the developer of that site considered just 2 options (as
seen in the source of the same function): a) IE4 and better (use
"document.FORMNAME" or b) everything else (use "document.layers"). And Firefox
does not support document.layers.
Comment 2•21 years ago
|
||
From the source:
if(isIE4Sup||isIE4)
the else uses document.layers
--> Tech Evangelism
Assignee: firefox → french
Component: General → French
Product: Firefox → Tech Evangelism
QA Contact: firefox.general → french
Summary: can not view ooshop.fr → ooshop.fr - can not view ooshop.fr
Updated•21 years ago
|
Summary: ooshop.fr - can not view ooshop.fr → ooshop.fr - can not view page
Comment 3•20 years ago
|
||
*** This bug has been marked as a duplicate of 185161 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•