<input type="text" id="inp" size="5" value="1"> <input type="button" value="+" onclick=" inp.value = parseInt(inp.value) + 1 ">