Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

How to save input from box html

function getInputFromTextBox() {
    var input = document.getElementById("userInput").value;
    alert(input);
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #How #save #input #box #html
ADD COMMENT
Topic
Name
1+4 =