Closed
Bug 156342
Opened 23 years ago
Closed 14 years ago
aimin.com.cn - JavaScript form only works in MSIE
Categories
(Tech Evangelism Graveyard :: Chinese-Simplified, defect)
Tech Evangelism Graveyard
Chinese-Simplified
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: amyy, Assigned: momoi)
References
()
Details
Attachments
(1 file)
8.41 KB,
text/plain
|
Details |
Build: 07-08 win32 1.0.1 branch build
Steps:
1. Load page http://www.aimin.com.cn/.
2. In the right part close to bottom of the page, there is a Height/Weight check
form.
3. Fill the form and click on check it.
Result:
There is an error message said POST method is not allowed for the URL/result.htm.
IE doesn't has this problem, not sure if it is an evangelism problem.
Reporter | ||
Comment 1•23 years ago
|
||
This test case works on IE but not Netscape.
Updated•23 years ago
|
Attachment #90535 -
Attachment mime type: text/html → text/plain
Comment 2•23 years ago
|
||
Confirming report using Mozilla trunk binary 20020701xx on WinNT.
Note that just before we get the message on the page itself,
"POST method is not allowed for the URL/result.htm"
we get this error in the JavaScript Console:
Error: document.all is not a function
Source File: http://www.aimin.com.cn/result.htm
Line: 108
This occurs inside the function
function DiagnoseIt()
{
etc.
etc.
document.all("RtWeight").innerHTML = " " + StdWeight.toString() + " Kg";
document.all("RtOver").innerHTML = " " + OverRate.toString() + " %";
document.all("Result").innerHTML = " " + TheResult;
document.all("Suggest").innerHTML= " " + TheSuggest;
document.all("TheResult").style.display="";
return false;
}
They have no Mozilla codepath. Since |document.all| is an IE-only
proprietary extension of the DOM, this site will only work in IE
and will fail in Mozilla/Netscape as soon as |document.all| is hit.
Reassigning to Tech Evangelism -
Assignee: rogerl → momoi
Component: JavaScript Engine → Asian
Product: Browser → Tech Evangelism
QA Contact: pschwartau → ruixu
Version: other → unspecified
Possible contact addresses are office@aimin.com.cn and webmaster@technebula.com
OS: Windows XP → All
Hardware: PC → All
Summary: A JavaScript doesn't work in page www.aimin.com.cn → aimin.com.cn - JavaScript form only works in MSIE
Comment 4•21 years ago
|
||
Could a chinese speaker tell me if this is still a bug with a recent firefox build ?
Comment 5•14 years ago
|
||
INCOMPLETE due to lack of activity since the end of 2009.
If someone is willing to investigate the issues raised in this bug to determine whether they still exist, *and* work with the site in question to fix any existing issues, please feel free to re-open and assign to yourself.
Sorry for the bugspam; filter on "NO MORE PRE-2010 TE BUGS" to remove.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
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
•