|
<%If ilen=2 Then%>
" class="sus13" ><%=rsBizcate("firstcate")%>
<%rsBizcate.movenext%>
<%End if%>
|
<%Do While not rsBizcate.eof%>
<%ilen=len(trim(rsBizcate("categoryid")))%>
<%If ilen=4 Then%>
"><%=rsBizcate("secondcate")%>
<%Else%>
<%Exit Do%>
<%End if%>
<%rsBizcate.movenext%>
<%Loop%>
|
<%If Not rsBizcate.eof and ilen<>2 Then %>
<%rsBizcate.movenext%>
<%End if%>
<%loop%>