var editBox = document.getElementsByName('Editbox')[0]; editBox.value = parseInt(editBox.value, 10) + 300;