http://mooshell.net/AwtRq/2/
#1: `addevent` isn't a funciton, `addEvent` is.
#2: `$('Select')` doesn't match the `name` attribute, it matches the
`id` attribute. So your select tag needed an id. Or you could have
done `$$('select[name=Select]')`
Ryan Florence
[Introducing MooDocs - become a better developer]( http://blog.flobro.com/
)
On Dec 15, 2009, at 8:19 AM, Paul Saukas wrote:
Ok, simple one for you all.
No matter what I try i can not seem to get the value of a select box.
Here is a quick example of what i am doing , be it right or wrong. any
thoughts will be very welcome.
http://mooshell.net/AwtRq/