Hello,
I have this standard tabular form with only one row and a button to do update. Since the tabular form data is from multiple tables, I have to build my own dynamic action for the button to do the update. So my question is: I know the column id and row id, how can I get each item data in the tabular form in javascript (then I can run pl/sql to update table)? Say, I wonder how the syntax should be?
Thanks in advance,
Jian