Closed
Bug 6844
Opened 25 years ago
Closed 25 years ago
document.aForm.aSelect.options[document.aForm.aSelect.selectedIndex].selected is false
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: martin.honnen, Assigned: vidur)
Details
When checking
document.aForm.aSelect.options[document.aForm.aSelect.selectedIndex].selected
for a SELECT in a FORM e.g.
<FORM NAME="aForm">
<SELECT NAME="aSelect">
<OPTION VALUE="Kibology0">Kibology for all. 0
<OPTION VALUE="Kibology1">Kibology for all. 1
...
</SELECT>
</FORM>
<A HREF="javascript: void 0"
ONCLICK="alert(document.aForm.aSelect.options[document.aForm.aSelect.selectedIndex].selected); return false;"
>
aSelect.options[document.aForm.aSelect.selectedIndex].selected
</A>
it shows
false
which is illogical.
Happens with M5 on windows 95
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•