M
Mark
I have created my first ASP page with a simple form that has 5 radio button
choices (1-5). I want to be able to save those (which it appears it is
doing) and I also want to total up how many 1's 2's etc that users selected.
I also want to display the totals back to the user
For example, if 1 was selected 3 times and the next user selects it then
when they hit submit i want a counter to update to 4. I also want the
running total to display each time the page is loaded
This is a rating system that I am trying to build.
I also have a submit and reset button.
choices (1-5). I want to be able to save those (which it appears it is
doing) and I also want to total up how many 1's 2's etc that users selected.
I also want to display the totals back to the user
For example, if 1 was selected 3 times and the next user selects it then
when they hit submit i want a counter to update to 4. I also want the
running total to display each time the page is loaded
This is a rating system that I am trying to build.
I also have a submit and reset button.