how to set a text field value in javascript code example Example: set value using javascript Click to copydocument.getElementById("myText").value = "your string";