On 1/12/06, Andy Mcshane <[EMAIL PROTECTED]> wrote: > > This should be simple but I am hopeless at Javascript. I have 2 select > boxes, start time & end time. The start time select box is populated with a > list of values from a query. What I need to be able to is when a value is > selected in the start time box I need to then populate the end time box with > all values that are greater than the selected start time. I know that this > will need to be achieved with an array and hopeful to simplify things all of > my start time values have an id ranging from 1 to 96 so I should be able to > address a specific array position based on the selected item value property? > Does this make sense to anyone? If so can anybody prompt me along any > further? >
so,, u want to dinamicly change a selects's options? hope this helps: http://www.javascriptkit.com/javatutors/selectcontent2.shtml -- //f3l http://www.geocities.com/kyoosho/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:33:2191 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/33 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:33 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.33 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
