Hi,
I'm writing a script and am having trouble referencing text boxes using getElementById. If I pass the id as a variable it fails.
So...
document.getElementById("ABC").value; works but
var useMe = "ABC";
document.getElementById(useMe).value; does not work
I've included the important...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.