Javascript document.getElementById("id").value returning null instead of empty string when the eleme
I have a text box element whose value I am trying to access using document.getElementById("id-name").value. I find that the call is returning a null instead of empty string. The ......