
10/02/2006, 09:42
|
| | Fecha de Ingreso: octubre-2004 Ubicación: Santiago de Chile
Mensajes: 504
Antigüedad: 20 años, 7 meses Puntos: 0 | |
una duda hice el formulario, con su correspondiente submit.
<form action=index.asp method = post name =formu>
<text>
<text>
<input type submit>
</form>
pero mi estrucura es asi:
if request.Form("submit") <> "" then
haga la consulta...
response.write"antro al submit"
else
haga el formulario
end if
al submitar no entra al if..
que sera???
atte
mauricio
pero fijate que al |