Ver Mensaje Individual
  #8 (permalink)  
Antiguo 19/01/2006, 14:54
Avatar de Boxmaster
Boxmaster
 
Fecha de Ingreso: agosto-2004
Ubicación: Ahorita... frente a mi PC
Mensajes: 74
Antigüedad: 20 años, 9 meses
Puntos: 0
Pues yo probe el codigo

y asi como se ve esta bien

no me marca error

lo puse asi:

<%
id_foto = 1
if id_foto = 1 then
e_enlace = "enlace 1"
else
e_enlace = "enlace 2"
end if
%>
ANTES DE IMPRIMIR
<%=e_enlace%>
LUEGO DE IMPRIMIR


me da el siguiente mensaje:

ANTES DE IMPRIMIR enlace 1 LUEGO DE IMPRIMIR

si le pongo id_foto = 0

da el mensaje:

ANTES DE IMPRIMIR enlace 2 LUEGO DE IMPRIMIR


No le encentro el error