
23/11/2002, 19:59
|
 | | | Fecha de Ingreso: noviembre-2001 Ubicación: santiago de shilli
Mensajes: 2.554
Antigüedad: 23 años, 5 meses Puntos: 0 | |
a ver si puedo ayudarte un poco...
<table>
<%
if request.querystring("numregs")<>"" and request.querystring("numregs")>1 then
dim cantidad, i
cantidad = request.querystring("numregs")
for i=1 to cantidad%>
<tr>
<td><input type=text name="asked"&<%=i%> value=""></td>
</tr>
<%next%>
<%table%> |