Closed
Bug 107681
Opened 24 years ago
Closed 19 years ago
duats.com - isindex to .shtml gets sent to *.html instead[from sub]
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ml+moz, Unassigned)
References
()
Details
(Whiteboard: aok)
With Mozilla 0.9.5 under Linux, an isindex field that should be directed to
file.shtml gets sent to file.html instead.
This functionality works OK under netscape 4.77.
To reproduce:
Go to page http://www.duats.com/actypesearch.html
Enter "cessna" in the form field, press enter.
That will send a request to http://www.duats.com/actypesearch.html?cessna
whereas the request should have been sent to
http://www.duats.com/actypesearch.shtml?cessna
The proper result would have been a page giving a bunch of aircraft
type abbreviations. The actual result is to see the original page with
the form again.
The page's isindex line is:
<isindex action="actypesearch.shtml" prompt="Single word to search
for: ">
I see this problem on Linux 2001103021. Manually typing in
http://www.duats.com/actypesearch.shtml?cessna gives the expected result.
Comment 2•24 years ago
|
||
have you tried with Navigator 4.x?
Summary: isindex to .shtml gets sent to *.html instead → isindex to .shtml gets sent to *.html instead[from sub]
| Reporter | ||
Comment 3•24 years ago
|
||
Regarding: "have you tried with Navigator 4.x?"
Yes, it works under netscape 4.77. See the second paragrapho the original bug
report.
Comment 4•24 years ago
|
||
First of all ISINDEX is deprecated, and therefore should not be used. Second the
action attribute for ISINDEX is not part of the specifications at all. The
correct standards complient syntax would be to have a form with action and an
input type="text" inside of it...
<FORM action="actypesearch.shtml">
<INPUT type="text" name="">
</FORM>
This is invalid
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Comment 5•24 years ago
|
||
actually I should not have marked it invalid, its an evengelism issue
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Component: Form Submission → English: US
Ever confirmed: true
Product: Browser → Tech Evangelism
Version: other → unspecified
Comment 6•24 years ago
|
||
if it's tech evangelism let's reassign it to the adequate team
(i confirm that ISINDEX is deprecated acording to W3C's HTML4.1 spec)
reassigning
Assignee: alexsavulov → bclary
QA Contact: vladimire → zach
Comment 7•24 years ago
|
||
To say that that a tag that is deprecated should not be supported is extremely
dangerous. <font> anyone? Furthermore <isindex> has two uses in HTML 4.01, one
of which can be replaced with a form submissionm, the other CANNOT.
Please view bug 106203 for more details
Updated•23 years ago
|
Summary: isindex to .shtml gets sent to *.html instead[from sub] → duats.com - isindex to .shtml gets sent to *.html instead[from sub]
Whiteboard: aok
Comment 8•23 years ago
|
||
Mass reassign of all tech-evangelism us general bugs assigned to bc to
doron except bc's P1 bugs. You may search for this mass reassign (it is
305 bugs) by searching for the keyword 'greeneggsandham'
Assignee: bclary → doronr
Updated•22 years ago
|
Comment 9•22 years ago
|
||
tech evang june 2003 reorg
Assignee: doron → english-us
QA Contact: zach → english-us
This has been fixed, the site has changed its markup to use tags other then isindex.
Status: NEW → RESOLVED
Closed: 24 years ago → 19 years ago
Resolution: --- → FIXED
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
•