当前位置: 代码迷 >> ASP >> ASP初学者继续求职
  详细解决方案

ASP初学者继续求职

热度:226   发布时间:2012-10-17 10:25:47.0
ASP菜鸟继续求职
代码:
HTML code
    
 <td  align="center"><nobr><%sql="select tb_jxlsb.*,tb_faculty.xsmcheng from tb_jxlsb,tb_faculty where tb_faculty.xsdhao=yxsh order by jsbhao"
rs1.open sql,con,1,1
if not rs1.eof then
   do while not rs1.eof 
%> 

[color=#FF0000]<%=rs1("xsmcheng")%>[/color]

  <%rs1.movenext
  loop
end if
rs1.close
  %></nobr></td>


我想要在<td>里面出现红色的那个字段 怎么写

------解决方案--------------------
看看con是你的数据库连接吗
  相关解决方案