<input type='text' id='txt' /> <input type='button' value='посчитать' onclick='alert(document.getElementById("txt").value.length);' />