Solució valor quadre text
De wikiserver
La revisió el 14:43, 18 gen 2015 per Jnoguera (Discussió | contribucions) (Es crea la pàgina amb «valor = document.getElementById("campo").value; if( valor == null || valor.length == 0 || /^\s+$/.test(valor) ) { return false; }».)
valor = document.getElementById("campo").value; if( valor == null || valor.length == 0 || /^\s+$/.test(valor) ) {
return false;
}