PPT Slide
<TITLE>JavaScript Example 6</TITLE>
<SCRIPT LANGUAGE= "JavaScript">
if (document.MathProblem.RadioTexas[0].checked)
alert("Answer [51] is selected");
else if (document.MathProblem.RadioTexas[1].checked)
alert("Answer [61] is selected");
else if (document.MathProblem.RadioTexas[2].checked)
alert("Answer None of These] is selected");