I have a small javascript program that basically asks a user 60 questions. Each question answer a or b, and right now it has it set up for an onclick, the variables associated with each answer increase one. The problem I have obviously, is if the person clicks on one, then changes the answer, both variables are increased. I want to change it to become an onsubmit type situation if that is possible. Is it? or what is the alternative?
btw. im new to javascript if you couldn't tell :cheesy:
-Tipsy-