Q:

How to save input from box html

function getInputFromTextBox() {
    var input = document.getElementById("userInput").value;
    alert(input);
}
1

Tags

New to Communities?

Join the community