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 originalif saving <0 then response.write("<td bgcolor= '#FF0000'> "&saving&" KG</td>")
elseif saving >0 then
response.write("<td bgcolor='#00FF00'>"&saving&" KG</td>")
end if