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:
var jobValue=document.FormName.txtJob.value;
Try that code above.
jobValue : variable name. FormName : Name of the form in html. txtJob : Textbox name