Ver Mensaje Individual
  #9 (permalink)  
Antiguo 14/08/2003, 12:37
Avatar de bakanzipp
bakanzipp
 
Fecha de Ingreso: noviembre-2001
Ubicación: santiago de shilli
Mensajes: 2.554
Antigüedad: 23 años, 5 meses
Puntos: 0
retoca esto

Código PHP:
Dim valor =  rs3.Fields("f")
response.write valor &"<br>"

<%if CStr(valor)="1000000000" then%>
Entrada Normal
<%elseif CStr(valor)="2000000000" then%>
No identificado
<%elseif CStr(valor)="2000000000" then%>
Salida Normal
<%elseif CStr(valor)="4000000001" then%>
Salida Oficial
<%elseif CStr(valor)="4000000002" then%>
Regreso Salida Oficial
<%elseif CStr(valor)="6000000001" then%>
Salida Permiso 
<%elseif CStr(valor)="6000000002" then%>
Entrada Permiso
<%end if%> 

ademas podrias trabajar con Case en vez de if else...pero ese no es el problema...