Closed
Bug 261075
Opened 21 years ago
Closed 11 years ago
xten.com - while submitting the page, i get an error in Error Console
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: florin, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040808 Firefox/0.9.3
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040808 Firefox/0.9.3
I filled in the form, but when i click on the "Prepare NDA" button, nothing happens.
JavaScript is enabled, i am using many other sites that require JavaScript with
no problems.
In the JavaScript Console in my browser, when i click on the "Prepare NDA"
button, i get this error:
Error: document.getElementById("Xten") has no properties
Source File: http://www.xten.com/index.php?menu=nda
Line: 355
My browser is Mozilla Firefox 0.9.3 running on Linux Fedora Core 2.
Reproducible: Always
Steps to Reproduce:
1.see above
2.
3.
Actual Results:
see above
Expected Results:
the form should be submitted
| Reporter | ||
Comment 1•21 years ago
|
||
I emailed the websmaster of that website, and he says it works fine in Internet
Explorer. I cannot verify that, i don't have IE on my system.
Error: document.getElementById("Xten") has no properties
Source File: http://www.xten.com/index.php?menu=nda
Line: 355
There is a select id="xten" however (case).
Anyway, this is no mozilla bug. JavaScript is case sensitive.
For the webmaster: changing the select's id to "Xten" should fix the problem.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
Comment 4•21 years ago
|
||
> JavaScript is case sensitive.
that's totally irrelevant to the code in question. but IDs are case-sensitive
too, so the bug is still invalid (or tech evang)
Updated•21 years ago
|
Status: RESOLVED → UNCONFIRMED
Component: JavaScript Engine → English US
Product: Browser → Tech Evangelism
Resolution: INVALID → ---
Version: Trunk → unspecified
Updated•21 years ago
|
Assignee: general → nobody
Status: UNCONFIRMED → NEW
Ever confirmed: true
QA Contact: pschwartau → nobody
Comment 5•21 years ago
|
||
Conforming summary to TFM item 10 at
http://www.mozilla.org/projects/tech-evangelism/site/procedures.html#file-new
Summary: while submitting the page, i get an error in JavaScript console → xten.com - while submitting the page, i get an error in JavaScript console
Summary: xten.com - while submitting the page, i get an error in JavaScript console → xten.com - while submitting the page, i get an error in Error Console
Comment 6•11 years ago
|
||
No more form,
redirection to http://www.counterpath.com/index.php?menu=nda
Assignee: english-us → nobody
Status: NEW → RESOLVED
Closed: 21 years ago → 11 years ago
Component: English US → Desktop
Resolution: --- → INVALID
| Assignee | ||
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
You need to log in
before you can comment on or make changes to this bug.
Description
•