Closed
Bug 54735
Opened 25 years ago
Closed 25 years ago
form submission doesn't work saying "object is not a function"
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: vanbalen, Assigned: jst)
References
()
Details
Build 2000092909/Linux
On the page http://www.vw.com/golf/? the pull down menu labelled "Other Golf
Stuff" doesn't seem to work, causing an error message in the console which reads:
JavaScript error:
line 0: object is not a function
Note that if you remove the <noscript> and </noscript> tags on line 236:
</select><noscript> <input type=submit name="lnav"
value=go></noscript></form></font>
a button labelled "go" appears next to the menu and clicking on this button will
take you to the intended page.
Note also that the other pull down menus on the page ("cars", "culture," etc) work.
To reproduce:
1.) Go the the afore mentioned page.
2.) Pull down the "Other Golf Stuff" menu and choose one of the options.
3.) Nothing happens and javascript error message appears.
Also tested on NS 4.73 and IE 5 and it works on both.
| Assignee | ||
Comment 1•25 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•