Ben, >I am pretty sure that select boxes do have a "value" attribute... Maybe >its not standard? > ><form> > <select onchange="alert( this.value );"> > <option value="A">ONE</option> > <option value="B">TWO</option> > <option value="C">THREE</option> > </select> ></form> > >Works fine for me.
That's non-standard syntax, but it works in IE. It shouldn't work in other browsers. -Dan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256142 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

