你的内容太长了, 我只取一级分类那部分来做,你试下
-------------------------------------------------------------------------------------
<script> <BR><!-- <BR>function checkinfo(oForm) <BR>{ <BR> var oRas = oForm.da_lei; <BR> var tFlag = false; <BR> for(var i = 0; i < oRas.length; i++){ <BR> if(oRas[i].checked){ <BR> tFlag = true; <BR> break; <BR> } <BR> } <BR> if(tFlag == false){ <BR> alert('请选择一级分类'); <BR> return false; <BR> } <BR> return true; <BR> } <BR>//--> <BR></script>
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn