todo funciona bien, al darle al boton se ejecuta una pequeña subrutina, el problema esta si le doy al enter, que no se ejecuta nada, supongo q es cosa del action ="" tengo q sacar el if fuera del form?
Código:
<form name="form1" method="post" action="" > <% If (CStr(Request("Submit")) <> "") Then ... If Not email.EOF Or Not email.BOF Then ... response.redirect ("SiEmail.asp") else response.redirect ("NoEmail.asp") end if end if %> ... <input type="text" name="email" size="40"> <input type="submit" name="Submit" value="Enviar"> </form>