HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Search results

  1. CeghV

    button situation?

    One way of fixing it is by adding function loop() { if(document.getElementById("escrevertexto").value.length>=100) { document.getElementById("button-57").disabled=false; } else { document.getElementById("button-57").disabled=true; } setTimeout(loop, 0)...
  2. CeghV

    basic if statement dow not work

    Replace with if(a == "x") {
Back
Top