Ver Mensaje Individual
  #9 (permalink)  
Antiguo 09/07/2010, 14:40
th3r0rn
 
Fecha de Ingreso: noviembre-2007
Mensajes: 504
Antigüedad: 16 años, 5 meses
Puntos: 2
Respuesta: problema con elseif

asi lo tengo y ya probe identarlo de diversas formas pero me sigue dando problemas:
Expected 'Loop'

/Mes/Asp/was2/monitor2.asp, line 499

elseif saving >0 then
^
Código ASP:
Ver original
  1. if saving <0 then response.write("<td bgcolor= '#FF0000'>  "&saving&" KG</td>")
  2.         elseif saving >0 then
  3.         response.write("<td bgcolor='#00FF00'>"&saving&" KG</td>")
  4.         end if