i just had a list of events that i have 3 posible options for, OPEN, LIMITED, CLOSED. I have preset all items to OPEN within the database, but would like the ability to amend these as and when needed, rather than generate a unique link at the end of the row which then loads the next page with essentially a drop down box and a button to update the value i thought i could cut a corner and simply put the drop down box at the end of the row and either have one button to update all values with whatever has been set for each of the drop down boxes OR simply have a submit button at the end of each row.
it doesnt need to load anything else when changed, as the user could change their mind which is why i choose to keep it simple and use a button ? im guessing if i wanted it to trigger an event then i would need to use java?
Main Topics
Browse All Topics





by: HoggZillaPosted on 2009-01-13 at 10:57:19ID: 23365959
Are you trying to add a button that will trigger the event as if the item had been selected in the dropdown box? Not sure, please explain a little more.