Ver Mensaje Individual
  #5 (permalink)  
Antiguo 03/12/2007, 11:01
potenkin
 
Fecha de Ingreso: septiembre-2005
Mensajes: 202
Antigüedad: 19 años, 7 meses
Puntos: 0
Re: Mostrar una variable o no dependiendo si esta selecionada o no

ya funciona,

eran las comillas dobles, tienen que ser sencillas...

<%
if (Recordset1.Fields.Item("pre_plastico").Value) = 1 then
Response.Write("<img src='../img/presentaciones/bandeja1.jpg' width='100' height='65' />")
end if
% >