Posts by Thayná • 11 points
1 post
-
0
votes1
answer52
viewsQ: How to make the button go to different links? According to the variables of my "form"
function myFunction() { var cor = document.getElementById("Cor").value; var tamanho = document.getElementById("Tamanho").value; console.log(cor) console.log(tamanho) if (cor === "Luz Fria"…