01/09/2010, 10:48
|
| | Fecha de Ingreso: agosto-2010
Mensajes: 4
Antigüedad: 14 años, 2 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 |