Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] IE verses the option element onclick event


  • From: dnunes at gmail.com (diego nunes)
  • Subject: [Javascript] IE verses the option element onclick event
  • Date: Fri Dec 30 23:35:28 2005

<select onchange="alert('Selected: '+ this.option[this.selectedIndex].value);">
  <option value="first item">First</option>
  <option value="second item">Second</option>
</select>

On 29/12/05, Roderick A. Anderson <raanders@xxxxxxx> wrote:
> Suggestions of where to look for a QaD answer of how to determine which
> <option /> was selected when the onchange event fires for the <select />.

--
diego nunes