www.gusucode.com > 水族产品用品经营类企业网站asp源代码程序 > sort.js

    tmp_txt="<table width='160' border='0' cellpadding='0' cellspacing='0'>";
for(i=1;i<sz_sort1.length;i++){
tmp_txt=tmp_txt+"<tr class='ww8'><td width='20' align='right' height='25'><a href='javascript:dspl("+i+")'><img src='image/class1.gif' width='20' height='20' border='0' id='img"+i+"'></a></td><td width='180'><a href='sort1.asp?sort1="+i+"'>"+sz_sort1[i]+"</a></td></tr><tr class='ww8' style='display:none' id='sort"+i+"'><td colspan='2'>";

for(j=1;j<=sz_sort2[i*100];j++){
tmp_txt=tmp_txt+"&nbsp;<img src='image/class3.gif' width='26' height='20' align='absmiddle'><a href='sort2.asp?sort1="+i+"&sort2="+j+"'>"+sz_sort2[i*100+j]+"</a><br>";
}
tmp_txt=tmp_txt+"</td></tr>";
}
tmp_txt=tmp_txt+"</table>";
document.write(tmp_txt);