Option list onclick issue
Hello all,
I have a database full of data, and I am in the process of creating a page that either adds to or updates this data.
I have an option list of entities that I want to keep data for in the database. I am looking at either designing an
"onclick" method to bring up the data via AJAX. But that's a lot of database activity with clicking each option.
My other, probably easier way of programming it would be to have an action page for updating the data
by using the onclick method calling the action page, or I can make it really simple by putting a button
on the side and then you click that button once you highlight the entity you want to update.
So, the form will initially come up ready for adding to the database. The onclick or select and press
the button will bring up the update page. I was thinking the cleanest and easiest way to do this
is using the button and the update page.
Does this sound reasonable to you?
Thanks!