JonathanG6SWJ
Programmer
I have an asp page that presents the user with 65 questions. I am using database paging to present 8 records (questions) per page. The question text is sourced from a mysql db. The user responds by selecting one of a group of 7 radio buttons per question. This all works fine. My question is how to update a results table in a mysql database with the value of the radio button. I guess I need to update the database with the 8 questions responded to by the user page by page ie 8 records at a time.
I have two buttons "Prev" & "Next" which currently are submit buttons.
How do I use these triggers to call db update routine?
Do I use onClick property?
Do I use asp or javascript or vbscript?
How can I stop the user (or safely trap) from using browser "back" or "forward"?
Sorry - lots of questions but my learning curve is currently vertical!!
Hope the above makes sense!
Many thanks in advance.
Jonathan
I have two buttons "Prev" & "Next" which currently are submit buttons.
How do I use these triggers to call db update routine?
Do I use onClick property?
Do I use asp or javascript or vbscript?
How can I stop the user (or safely trap) from using browser "back" or "forward"?
Sorry - lots of questions but my learning curve is currently vertical!!
Hope the above makes sense!
Many thanks in advance.
Jonathan