I am trying to use JavaScript to get the value from an HTML text box but value is not coming after white space
For example:
Provided when you want the text box value. Simple one:
var result = document.getElementById("textbox").value;