o pues que codigo tan rebelde
Cita: estado=ucase(trim(request.form("estado")))
En los IF
Cita: if estado = "VIGENTE" then
sql="select Count (*) As Vigente from Prop_Ind where estado = 'Vigente'"
vigente=+1
%>vigentes<%response.Write(vigente)
elseif estado = "TRAMITE" then
sql="select Count (*) As Tramite from Prop_Ind where estado = 'Tramite'"
Tramite=+1
%>Tramite<%response.Write(Tramite)
else
if Caduca = "CADUCA" then