Hola, asi lo deje y me sale error:
Microsoft VBScript compilation error '800a03fb'
Expected 'Loop'
/Mes/Asp/was2/monitor2.asp, line 499
elseif saving >0
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