Posts by Ludston Alcantara Sousa • 23 points
2 posts
-
0
votes4
answers487
viewsA: IF condition according to option field selection
thank you very much for the help, incredible as it may seem, it was something silly on Cód (as always) that was making everything go wrong. #COMO FUNCIONOU ↓ var micro = "Micro Inversores"; if…
-
2
votes4
answers487
viewsQ: IF condition according to option field selection
I’m new to programming, I’m having a problem with my code: var micro = "Micro Inversores"; if (micro.equals(document.getElementById("tipo_unidade"))) { var tipo1 = 1; else var tipo1 = 0.8; }…