Ver Mensaje Individual
  #6 (permalink)  
Antiguo 01/09/2010, 10:48
Hippie_coder
 
Fecha de Ingreso: agosto-2010
Mensajes: 4
Antigüedad: 13 años, 8 meses
Puntos: 0
Respuesta: problema con suma

Probando, lleguè a esto que tambien jala:

status_equipo = 0

if (equipo_agregar) = "on" then status_equipo = status_equipo + 1 end if

if (equipo_editar) = "on" then status_equipo = status_equipo + 1 end if

if (equipo_busca) = "on" then status_equipo = status_equipo + 1 end if


if status_equipo <> 0 then
response.write "<img src='contratos.png' width = 100 eight =100></a>"
else response.Write("")
end if