Hi all,
I have a js function where I pass in a form field name as a parameter, like
function myFunction(inFieldName) {
}
Within the function I would like to set the value of the field name I passed in, like
inFieldName.value = someValue ;
except that doesn't work. I tried...
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.