I need help getting the value from a text box when the name of the text box is in a variable.
So normally, you can simply go:
myval = document.form.textbox.value;
But what I have is:
BoxName = "document.form.textbox.value";
So how do I get the value from the text box using the name...
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.