IF Request.Form("apellidos") = "garcia" then Response.Write("hola") elseIF Request.Form("apellidos") = "perez" then Response.Write("adios") end if