I have a messagebox script (Javascript) to appear if the user tries to make a radio button selection in question 2 when they did not make a selection in question 1. However, the messagebox is not preventing the selection. the radio button is selected after the messagebox goes away. How do I prevent this? I tried setting the focus on the question 1 set of radio buttons but that did not work.