Hi everyone,
The issue I am having is wrapping my mind around this situation. I have html tables and each row will need to be retrieved from the database when the page is loaded. ex. questions with answers loaded from database.
Now, when someone answers the questions, they will be submitted to the database. Is it possible to have an onLoad(load questions and answers), and onSubmit(submit answers), on the same line for each row in the table?
Thanks in advanced.

