Closed
Bug 175241
Opened 23 years ago
Closed 23 years ago
no action with the site www.opodo.fr
Categories
(Tech Evangelism Graveyard :: French, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jmreymond, Assigned: tristan)
References
()
Details
(Whiteboard: [havecontact])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020826
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020826
https://www.opodo.fr:443/otpbvpl/Profile/Page/pr_reg.jsp?BV_SessionID=@@@@1176089682.1034936809@@@@&BV_EngineID=diadcfgkfljhfbeecnhcggkdno.0
After filling the subscription form, and clicking the submit button, nothing
happens.
In the Javascript debug window, I Have the message:
Error: sEmailAddress has no properties
Source File: https://www.opodo.fr:443/js/isEmail.js
Line: 18
Reproducible: Always
Steps to Reproduce:
1.go to the "s'inscrire section"
2.fill the form
3.click on s'inscrire
Actual Results:
nothing
Expected Results:
works
I have sent an email to mail@opodo.fr :
en tentant de s'inscrire avec Mozilla 1.0/Netscape 7, on a le message suivant:
Error: sEmailAddress has no properties
Source File: https://www.opodo.fr:443/js/isEmail.js
Line: 18
du coup, on ne peut pas s'inscrire.
cordialement,
And I have the following answer:
Cher Jean-Max REYMOND,
Nous sommes désolés de ce désagrément.
Nous vous invitons à nous contacter.
Nous restons à votre disposition pour tout autre renseignement.
Cordialement,
A très bientôt sur notre site!
Valérie
L'équipe Opodo
http://www.opodo.fr
E-mail : mail@opodo.fr[mailto: mail@opodo.fr]
Comment 1•23 years ago
|
||
Another use of document.layers ! Or it seems so.
Here is what we can find in inscription page (related to validation)
"function submitPage(buttonValue) {
if (buttonValue == 'donotregister') {
submitForm(buttonValue);
} else {
if (isValidForm()) {
var sEmail;
if (isIE) {
sEmail = document.forms.registration.sRegEmail.value;
} else if (isNS) {
sEmail = document.layers.bodyDiv.document.registration.sRegEmail.value;
}"
So, it should be also a bad sniffing...
Page is loading a css.js file.
And we can see there :
"var mac=(navigator.platform.indexOf('Mac') > -1)? true:false;
var pc=(navigator.platform.indexOf('Mac')<=-1)? true:false;
var isIE=(document.all)? true:false;
var ie4 = (navigator.userAgent.substr(navigator.userAgent.indexOf("MSIE")+5, 2)
== "4.")? true:false;
var ie5 = (navigator.userAgent.substr(navigator.userAgent.indexOf("MSIE")+5, 2)
== "5.")? true:false;
var ie40 =(navigator.userAgent.substr(navigator.userAgent.indexOf("MSIE")+5, 3)
== "4.0")? true:false;
var ie45 = (navigator.userAgent.substr(navigator.userAgent.indexOf("MSIE")+5, 3)
== "4.5")? true:false;
var ie50 =(navigator.userAgent.substr(navigator.userAgent.indexOf("MSIE")+5, 3)
== "5.0")? true:false;
var ie55 =(navigator.userAgent.substr(navigator.userAgent.indexOf("MSIE")+5, 3)
== "5.5")? true:false;
//Added the following Line to Fix IE 6 NC on 8th Aug 2002 Start by Vimalraj
ie60 =(navigator.userAgent.substr(navigator.userAgent.indexOf("MSIE")+5, 3) ==
"6.0")? true:false
//Added the above Line to Fix IE 6 NC on 8th Aug 2002 End by Vimalraj
var isNS=(document.layers)? true:false;
var ns40 = (navigator.userAgent.substr(navigator.userAgent.indexOf("Mozilla")+8,
3) == "4.0")? "
No support at all of Mozilla / NS 6.0+ !
Confirming bug, moving it to tech evangelism west europe.
I am using trunk build 2002101704 - WinXP-Sp1
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•23 years ago
|
||
Have contact mail address : Site.France@opodo.com
Assignee: asa → nitot
Component: Browser-General → Europe: West
Product: Browser → Tech Evangelism
QA Contact: asa → brantgurganus2001
Whiteboard: [havecontact]
Version: other → unspecified
| Assignee | ||
Comment 3•23 years ago
|
||
similar issue on the www.opodo.co.uk web site
Contacting the UK and FR teams.
see adresses on the respective 'about us' pages.
Accepting bug. Setting P1
Status: NEW → ASSIGNED
Priority: -- → P1
Comment 4•23 years ago
|
||
*** Bug 184526 has been marked as a duplicate of this bug. ***
Comment 5•23 years ago
|
||
I successfully registered on the french site using Mozilla 20030105 on Linux
(although I had a Netscape/7.0 UA too), propose to mark FIXED.
No error/warning in JavaScript console.
Let's reopen bug 184526 though.
Comment 6•23 years ago
|
||
Please reopen if you disagree.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
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
•