Closed
Bug 140573
Opened 23 years ago
Closed 23 years ago
Javascript (or java?) for "search" does not work on URL
Categories
(Tech Evangelism Graveyard :: German, defect)
Tech Evangelism Graveyard
German
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: RainerBielefeldNG, Assigned: tristan)
References
()
Details
(Whiteboard: [eurocontest][havefix][havecontact])
Mozilla/5.0 (Windows; U; Win98; de-AT; rv:1.0rc1) Gecko/20020417 / Java 1.3.1
1. goto a.m. URL: http://www.zdf.de/
2. enter "sopranos" for search ("Volltextsuche")
3. Mouseclick on "->" for start search
!! nothing happens
Additional information:
Works fine with IE6 and OPERA6
same effect as for mozilla with NN4.73
In mozilla search can be started with <ENTER> if cursor is in search- pane
Comment 1•23 years ago
|
||
Site's fault, not Mozilla's. <A HREF="javascript:Search(Suchform.Suche.value);">
is placed after the </FORM> tag, so the javascript fails with an error about
Suchform being undefined. The solution is to replace this:
Suchform.Suche.value
with this:
document.getElementById('Suche').value
Sending to Tech Evangelism.
Assignee: rogerl → nitot
Status: UNCONFIRMED → NEW
Component: JavaScript Engine → Europe: West
Ever confirmed: true
OS: Windows 98 → All
Product: Browser → Tech Evangelism
QA Contact: pschwartau → caillon
Hardware: PC → All
Version: other → unspecified
Updated•23 years ago
|
Whiteboard: [eurocontest] → [eurocontest][havefix]
Comment 3•23 years ago
|
||
Contact page : http://www.zdf.de/ZDFde/inhalt/0,1872,1021601,00.html
Whiteboard: [eurocontest][havefix] → [eurocontest][havefix][havecontact]
Comment 4•23 years ago
|
||
WFM. Mozilla 1.1b, no JavaScript errors.
| Reporter | ||
Comment 5•23 years ago
|
||
I made only 1 Test, there it WFM with
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1b) Gecko/20020813
Comment 6•23 years ago
|
||
wfm too, mozilla 1.0, linux.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
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
•