<input id="textfield"> <script> document.getElementById("textfield").value= Math.max(3+3, 4+4); </script>