si acaso los input estan dentro del while, si claro...
<% do while not producto.eof
response.write(producto("cod_prod"))
response.write(producto("des_prod"))
response.write(producto("fec_mod_bd"))
response.write(producto("display"))
response.write(producto("cantidad"))
response.write(producto("capacidad"))
response.write(producto("costo_int"))
<form name="form1" method="post" action="">
<div align="right">
<input type="text" name="observacion">
</div>
</form>
producto.movenext
loop %>
que le cree un indice.... ahi me pillaste , como se hace????
me podrias ayudar un poco por favor....
gracias