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)

x86
Windows 95
defect

Tracking

()

VERIFIED DUPLICATE of bug 6843

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
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 6843 ***
Status: RESOLVED → VERIFIED
Duplicate of bug# 6843.
You need to log in before you can comment on or make changes to this bug.