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:
The problem is that you made a Tiny mistake! This is the JS code I use:
var jobName = document.getElementById("txtJob").value;
You should not use name="". instead use id="".