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)

defect
Not set
normal

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
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
Site has been contacted.
Whiteboard: [eurocontest]
Whiteboard: [eurocontest] → [eurocontest][havefix]
Whiteboard: [eurocontest][havefix] → [eurocontest][havefix][havecontact]
WFM. Mozilla 1.1b, no JavaScript errors.
I made only 1 Test, there it WFM with Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1b) Gecko/20020813
wfm too, mozilla 1.0, linux.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
v
Status: RESOLVED → VERIFIED
tech evang june 2003 reorg
Component: Europe: West → German
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.