| 发表于:2007-03-28 14:07:073楼 得分:0 |
能提供一下具体代码吗? 我循环写不来! <% function px() { dim i,j i=1 j=i+1 if document.all(ingc).checked=true; then set rs=server.createobject( "adodb.recordset ") sql= "select px from infor2 " rs.open sql,conn,1,3 do while i rs( "px ")=j rs.update rs.movenext loop rs.close end if end function } %> | | |
|