Hola, ya casi que lo tienes hecho
Cita:
Iniciado por ^engonga^
<%for each v_entrada2 in request.form
for indice=1 to request.form(v_entrada2).count
if indice <> 1 then
response.write " and"
if v_entrada2 <> "Submit" then
response.write "id="&request.form(v_entrada2)(indice)&
else
end if
end if
next
next%>
Suerte