<%if request("info") = "uns" then sql="select * from eusers where email = '"&request("email")&"'" rs.open sql,conn,1,2 if not (rs.EOF or rs.BOF) then rs("IsUnSubscribed")=True rs.update rs.close response.Redirect("contacto.asp?msg=Suscripción cancelada exitósamente") else response.Redirect("contacto.asp?msg=No se encontró el Email") end if end if %>