Closed
Bug 231971
Opened 21 years ago
Closed 11 years ago
adecco.fr - Javascript not executed when pressing button
Categories
(Tech Evangelism Graveyard :: French, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: u86354, Unassigned)
References
()
Details
(Whiteboard: [bug248549notfixed])
Attachments
(1 file)
50.03 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7a) Gecko/20040123
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7a) Gecko/20040123
In some page of the site, pressing but does not launches the javascript code
associated to this button.
This bug exists since 1.3 version.
Reproducible: Always
Steps to Reproduce:
1.Go to the adecco website and enter in the personnal
2.Select one of the option in the 'mon profil" area
3.Fill in the form and validate data with the correct button
Actual Results:
Validating data entered in the form
Expected Results:
nothing
A login and password is needed to access to this area. Contact me to have such
information.
Comment 2•21 years ago
|
||
Please save the page in question (as "Web page, HTML only" for starters) and
attach to this bug using
http://bugzilla.mozilla.org/attachment.cgi?bugid=231971&action=enter
The this button, bottom of the page, does not works. The javascript is not
launched.
Comment 4•21 years ago
|
||
Yeah... that's missing some out-of-line scripts that would be needed for the
page to run... Could you please answer the question in comment 1? Clear the JS
console, then load the page?
There is an error in the javascript console when clicking on the add button.
Error: m_oForm.item is not a function
Source File:
http://adecco-online.candidat.adecco.fr/ec/candidate/personalspace/profil/languages.asp
Line: 582
Comment 6•21 years ago
|
||
Yeah, that's because there _is_ no "item" function on form nodes in Mozilla.
Nor should there be.... form.elements.item() exists, but that's not what the
page is doing.
Assignee: general → french
Status: UNCONFIRMED → NEW
Component: Browser-General → French
Ever confirmed: true
OS: Linux → All
Product: Browser → Tech Evangelism
QA Contact: general → french
Version: Trunk → unspecified
Updated•21 years ago
|
Summary: Javascript not executed when pressing button → adecco.fr - Javascript not executed when pressing button
Updated•20 years ago
|
Whiteboard: [bug248549notfixed]
Comment 7•11 years ago
|
||
The site has changed since
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
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
•