%
rs3.Open "SELECT * FROM count",conn,2,3
counter=rs3("numb")
counter= counter + 1
Length=Len(counter)
ImgStr=""
for i=1 to 6 - Length
ImgStr1=""+ImgStr1
next
do while Length>=1
ImgStr2="
"+ImgStr2
Length=Length-1
loop
ImgStr=ImgStr1+ImgStr2
rs3("numb")=counter
rs3.update
rs3.Close
%>
|