Closed
Bug 40820
Opened 25 years ago
Closed 25 years ago
search form on www.forix.com doesn't work
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
People
(Reporter: Marko.Macek, Assigned: pollmann)
References
()
Details
The search form at www.forix.com doesn't work (works fine in 4.x)
I tried both on Windows and Linux and can't get any results.
Easily reproduced with all recent nightlies.
A sample search:
Driver=Ayrton Senna, Grid '=' 1 should return 65 entries.
I will try to find out the difference in submitted forms, but moz doesn't seem
to like my WWWOFFLE today.
Comment 1•25 years ago
|
||
it may be important that it posts to the same script, with some GET-style url
parameters left on:
http://www.forix.com/asp/go.asp?z=0&k=0&l=0
<FORM METHOD=POST ACTION="go.asp?z=0&k=0&l=0&c=0">
may be related: clicking the link to http://www.forix.com/asp/search.asp
doesn't update the url bar.
Assignee | ||
Comment 3•25 years ago
|
||
The problem is that in the results page, there is a meta tag with a charset
specified. This causes the page to be reposted, only the second time without
sending the post data. This is already reported as bug 27006. Thanks!
*** This bug has been marked as a duplicate of 27006 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 5•24 years ago
|
||
Verified dupe; WFM now that dupe has been fixed.
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•