function dit() { str='<br>'; if(!window.form1.upcount.value) window.form1.upcount.value=1; <% upcount=request.Form("upcount") set rs1=server.createobject("adodb.recordset") sql1="select * from 相关人员 where 所属公司="&CInt(lid)&"" rs1.open sql1,connstr,3,2 for i= 1 to CInt(rs1("相关人员")) %> str+='<table width="100%" height="35" border="0" cellpadding="0" cellspacing="0"><tr><td>姓名'+<%=i%>+'</td><td width="19%"><input name="aboutname'+<%=i%>+'" type="text" size="10" value="<%=rs1("姓名")%>"></td><td width="6%">职务'+<%=i%>+'</td><td width="19%"><input name="aboutzw'+<%=i%>+'" type="text" size="10" value="<%=rs1("职务")%>"></td><td width="10%">办公电话'+<%=i%>+'</td><td width="32%"><input name="aboutphone'+<%=i%>+'" type="text" size="20" value="<%=rs1("办公电话")%>"></td></tr><tr><td height="16" colspan="6"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="80" align="center">邮箱'+<%=i%>+'</td><td width="42%"><input name="aboutmail'+<%=i%>+'" type="text" size="30" value="<%=rs1("个人邮箱")%>"></td><td width="7%">手机'+<%=i%>+'</td><td width="37%"><input name="aboutsj'+<%=i%>+'" type="text" size="12" value="<%=rs1("手机")%>"></td></tr></table></td></tr></table>'; window.about.innerHTML=str+'<br>'; <% rs1.movenext next %> } 各位大虾帮帮忙 这个循环哪里出错啊 急!急!
[此贴子已经被作者于2004-12-06 10:58:57编辑过]