I'm creating an html form with one simple question and the option of selecting one of three answers (radio buttons). When submitted, I would like a popup that would display the correct answer (I can hard code that) and a running count of the number of times the form has been submitted. Is this something that can be accomplished using javascript?