how to take an input from html and use its value code example
Example: Javascript get text input value
var inputValue = document.getElementById("myTextInputID").value;
var inputValue = document.getElementById("myTextInputID").value;