Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q1311 How do I get Netscape to "alert" the selected item in a listbox when the user double clicks the item?

irt.org | Knowledge Base | JavaScript | Form | Q1311 [ previous next ]

Q1311 How do I get Netscape to "alert" the selected item in a listbox when the user double clicks the item?

*If* it works then it should work as follows:

<form>
<select size="3" ondblclick="alert(this.options[this.selectedIndex].value)">
<option value="zero">#0
<option value="one">#1
<option value="two">#2
</select>
</form>

It doesn't work on Linux or Mac for Netscape Navigator 4.


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.