Closed
Bug 148793
Opened 23 years ago
Closed 23 years ago
Defined FORM object ignores submit() method
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
VERIFIED
DUPLICATE
of bug 148782
People
(Reporter: dac514, Assigned: rogerl)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0) Gecko/20020529
BuildID: 2002052906
After filling in values, clicking "GO" produces the following javascript error.
Error: document.loginForm.submit is not a function
Source File: http://www1.sympatico.ca/help/local/bell/getemailloginform.html
Line: 777
However form name="loginForm" exists.
Reproducible: Always
Steps to Reproduce:
1. Fill in values (random is fine because you just want to be able to submit, so
actual user name and password not necessary to see bug)
2. Click "GO"
3. Look in Javascript Console for error.
Actual Results: Page does nothing.
Expected Results: Submit data do defined ACTION in loginForm FORM.
![]() |
||
Comment 1•23 years ago
|
||
document.loginForm.submit is an image control on that page, not a function...
*** This bug has been marked as a duplicate of 148782 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•