<mce:script src="js/jquery-1.3.min.js" mce_src="js/jquery-1.3.min.js"></mce:script> <script language="javascript" type="text/javascript"><!-- $().ready(function(){ var arr = new Array(); var bool = true; var a1= $("input[name='q1']").length; var a2 = $("input[name='q2']").length; var a3 = $("input[name='q3']").length; var s1 = 0; var s2 = 0; var s3 = 0; function checkSelect() { $(":radio").each(function(a,b){ if($(this).attr("checked")) { bool = false; return false; } }); } function checkCheck() { arr.length = 0; $("input[name='q1']").each(function(a,b){ if($(this).attr("checked")) { if($(this).attr("value")=='对啦') {} else arr.push($(this).attr("name")); }else { s1++; } }); $("input[name='q2']").each(function(a,b){ if($(this).attr("checked")) { if($(this).attr("value")=='对啦') {} else arr.push($(this).attr("name")); }else { s2++; } }); $("input[name='q3']").each(function(a,b){ if($(this).attr("checked")) { if($(this).attr("value")=='对啦') {} else arr.push($(this).attr("name")); }else{s3++} }); / } $("#btn").click(function(){ checkSelect(); checkCheck(); if(s1==a1 || s1==a2 || s3==a3) { alert("你还有题没有答完!"); s1 = 0; s2 = 0; s3= 0; return; } if(bool) { alert("对不起,你还没有选择!"); return; } var strs = ""; if(arr.length>0) { var str = ""; for(var i=0;i<arr.length;i++) { str =arr[i].toString().substring(1,2); strs += $("#"+str).text()+"的"+"答案是:"+$("#q"+str).text()+"/n"; } } else { strs = "恭喜你,全部答对!"; } alert(strs); arr.length = 0; }); }) // --></script> <form> <font class="dasai_saicheng STYLE14">想要加入活动注册,请先回答了解活动详情的几个问题</font> <div id="wenti"> <table width="480" height="240"> <tbody> <tr> <td width="956" height="35" align="left"> <span class="STYLE15" id="1">1. F1赛车将在哪里举行</span></td> </tr> <tr> <td height="35" align="left"> <span class="STYLE15"> <input type="radio" name="q1" value="选择错误"/> a. 北京 <input type="radio" name="q1" value="对啦"/> <label id="q1"> b. 上海</label> <input type="radio" name="q1" value="选择错误"/> c. 广州 <input type="radio" name="q1" value="选择错误"/> d. 南京</span></td> </tr> <tr> <td height="35" align="left"> <span class="STYLE15" id="2">2.举行的日期是多少</span></td> </tr> <tr> <td height="35" align="left"> <span class="STYLE15"> <input type="radio" name="q2" value="选择错误" /> a. 九月十二 <input type="radio" name="q2" value="对啦"/> <label id="q2"> b.九月十三 </label> <input type="radio" name="q2" value="选择错误" /> c. 九月十四 <input type="radio" name="q2" value="选择错误"/> d. 九月十五</span></td> </tr> <tr> <td height="35" align="left" style="height: 19px"> <span class="STYLE15" id="3">3. 你通过哪些渠道了解过F1</span></td> </tr> <tr> <td height="35" align="left"> <span class="STYLE15"> <input type="radio" name="q3" value=" cuola"/> a. 电视 <input type="radio" name="q3" value="对啦"/> <label id="q3"> b. 网络</label> <input type="radio" name="q3" value="选择错误"/> c. 书刊</span></td> </tr> </tbody> </table> </div> <p> </p> <p> <input type="button" id="btn" value="下一步" /> </p> </form>