Closed Bug 120110 Opened 23 years ago Closed 23 years ago

Entering word on right column of m-w.com doesn't work

Categories

(Core :: DOM: Core & HTML, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: greg, Assigned: alexsavulov)

References

()

Details

Entering a word to lookup on the main page of m-w.com works fine, but after your
initial search there's an option to put in a new word to search on the right,
and it doesn't work. It comes up with a number of entries found but nothing
else. I tried to pull up the source for the page to compare it with MSIE, but
Mozilla's source page was blank: <html><body></body></html>

Anyway, I grabbed the source with Lynx, and it was just a simple form:
<pre>
<form name="dict" method="post" action="/cgi-bin/dictionary">
<tr>
<td align="center">
<input type="hidden" name="book" value="Dictionary">
<input name="va" size="12">
</td></tr>
<tr>
<td align="center">
<input type="submit" value="Dictionary">
</td>
</tr>
</FORM>
</pre>
and when I do that just as a web page, the form works fine. Weird.
works for me with build 2002011403

reporter:

if you still see the bug, please reopen
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Golden, thanks. :)
Verifying on build 2002-02-22-03-trunk win 2000
Status: RESOLVED → VERIFIED
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.