document.getElementById('NomedoIDdoElemento');
document.nomeDoForm.getElementById("NomedoIDdoElemento").value;
document.all.nomeDoElemento.value;
document.all("NomeDoElemento").value;
document.forms['NomeDoForm'].nomeDoElemento.value;
document.forms[0].nomeDoElemento.value; |
document.getElementById('NomedoIDdoElemento');
document.nomeDoForm.getElementById("NomedoIDdoElemento").value;
document.all.nomeDoElemento.value;
document.all("NomeDoElemento").value;
document.forms['NomeDoForm'].nomeDoElemento.value;
document.forms[0].nomeDoElemento.value;