I have an application built in ColdFusion. Right now, it's displaying rows in a table, with one column having a drop down option box.
I'd like to build a function that INSERTs or UPDATEs a SQL database with the contents of the row when the contents of the drop down box are changed (onChange) function.
How the heck can I do this? Do I need to use JavaScript for the SQL and if so, how? Or am I making this more complicated than it needs to be?
I'd like to build a function that INSERTs or UPDATEs a SQL database with the contents of the row when the contents of the drop down box are changed (onChange) function.
How the heck can I do this? Do I need to use JavaScript for the SQL and if so, how? Or am I making this more complicated than it needs to be?