Tema: de php a asp
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 10/02/2006, 09:42
maurimono
 
Fecha de Ingreso: octubre-2004
Ubicación: Santiago de Chile
Mensajes: 504
Antigüedad: 20 años, 7 meses
Puntos: 0
De acuerdo 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